don't use char hook to handle Esc in the dialogs, it is too blunt and prevents us...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 16:20:02 +0000 (16:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 16:20:02 +0000 (16:20 +0000)
commit16dd61ac1095ce278db58d49a10691e0caede804
tree32f701b5d5387bfac9ef059c89655fe6a699b0e7
parent014249a8f0bb5333f1d56d75ed71ad764bc951c6
don't use char hook to handle Esc in the dialogs, it is too blunt and prevents us from using it for the other purposes such as closing popup menus (bug 884713)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/dialog.cpp
src/msw/window.cpp