http://bugs.winehq.org/show_bug.cgi?id=12804 Alex Balut <alexandru.balut(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandru.balut(a)gmail.com --- Comment #15 from Alex Balut <alexandru.balut(a)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.