The initial dialog focus should be established by the default handler
authorZach Gorman <zach@archetypeauction.com>
Fri, 10 Sep 2004 22:29:02 +0000 (22:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 10 Sep 2004 22:29:02 +0000 (22:29 +0000)
commit9358f3e9a1b815965c2a75936122da3f9de9e686
tree155c3eb2e97a5ea169ff1ca1fe5ea59b5c4e8b78
parent5c8ceb497e3226caf3a7c39771df9b52ab36d055
The initial dialog focus should be established by the default handler
for SetFocus(), not in the dialog creation code.
dlls/user/tests/dialog.c
windows/defdlg.c
windows/dialog.c