the app doesn't exit any more if a dialog is shown (and destroyed) while
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Aug 2002 20:42:07 +0000 (20:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Aug 2002 20:42:07 +0000 (20:42 +0000)
commit1cbee0b42c9755a98104e3b1d8fd1133483ea54f
tree782967dbe90de660c888216dd2eee9edcd392f7a
parent62b77e42bee61764184137405a7ae405dff382a4
the app doesn't exit any more if a dialog is shown (and destroyed) while
the flow of control is still in OnInit()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/app.tex
docs/latex/wx/tapp.tex
include/wx/app.h
include/wx/toplevel.h
src/common/appcmn.cpp
src/common/toplvcmn.cpp
src/gtk/toplevel.cpp
src/gtk1/toplevel.cpp
src/msw/app.cpp
src/msw/toplevel.cpp