http://bugs.winehq.org/show_bug.cgi?id=22862
Summary: Setting the default button in a PropertySheetPage does not work Product: Wine Version: 1.1.44 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alexandru.balut@gmail.com
Created an attachment (id=28255) --> (http://bugs.winehq.org/attachment.cgi?id=28255) Winecfg.exe that behaves differently on Wine than on Vista
I stripped Winecfg, left only the Libraries tab, and I added the SendMessage call after the call for enabling the Add button:
{ enable(IDC_DLLS_ADDDLL); SendMessage(dialog, DM_SETDEFID, (WPARAM)IDC_DLLS_ADDDLL, 0); }
The winecfg.exe I obtained (attached) behaves different on Vista than on Wine 1.1.44. - Start winecfg.exe, type "x", press ENTER. On Vista it generates a click on the Add button, but on Wine it closes the window.