[Bug 12804] winecfg: pressing enter in library override closes winecfg

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 24 17:04:10 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=12804


Alex Balut <alexandru.balut at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexandru.balut at gmail.com




--- Comment #15 from Alex Balut <alexandru.balut at gmail.com>  2010-05-24 17:04:09 ---
Adding this SendMessage call after the call for enabling the Add button solves
the problem (when running winecfg.exe on Vista):

enable(IDC_DLLS_ADDDLL);
SendMessage(dialog, DM_SETDEFID, (WPARAM)IDC_DLLS_ADDDLL, 0);

But it does not work in Wine because there is bug 22862.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list