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