On Wednesday, 25 June 2014 6:01 AM, André Hentschel wrote:
Am 24.06.2014 10:35, schrieb Hugh McMaster:
This patch sets the default button to IDC_DLLS_ADDDLL in the Libraries tab
of winecfg when a user is typing in the combo box.
This allows the user to hit the Enter key and add the override. Currently,
hitting the Enter key closes winecfg, which is causing problems with many users.
The patch fixes bug 12804 and was tested by Austin English.
That's just a workaround, if you modify winecfg to run on Windows you'll see that the button works there as expected, the problem lies deeper in the Wine code...
Confirmed. I'll keep looking.