moved OnExceptionInMainLoop() from wxAppConsole to wxAppBase because
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Jan 2006 00:12:49 +0000 (00:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Jan 2006 00:12:49 +0000 (00:12 +0000)
commit2dc62891c42229d26e0cb1b5c3fb6e37750c01d3
treef2fca2e9c8192b217685abaeeabdf9230d152147
parent57436bb7dbd331de64d05007960aa1fc966f8de9
moved OnExceptionInMainLoop() from wxAppConsole to wxAppBase because

1. console apps have no main loop
2. in non-monolithic mingw32 build, rethrowing an exception thrown from the
   GUI in the base DLL doesn't work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h
src/common/appbase.cpp
src/common/appcmn.cpp