don't use the hack with handling wxID_CLOSE button events in wxDialog::OnCancel(...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Aug 2006 23:19:07 +0000 (23:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Aug 2006 23:19:07 +0000 (23:19 +0000)
commitba7a4bfbbb278a6026cd3b873e36a733d8ccb399
tree2703e3b90bee31cd70c7bed93af8fcb50c37cca6
parentc2e9ada4985eef5711d0fcecf2da42efdc604c5d
don't use the hack with handling wxID_CLOSE button events in wxDialog::OnCancel(); simply map Esc to wxID_CLOSE instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/tipdlg.cpp