don't create wxEventLoop in Initialize(), it's too early to do it there -- wait until...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 12:28:31 +0000 (12:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 12:28:31 +0000 (12:28 +0000)
commitaea33a3e8578f3d9451e95056b11e3a9b46111dc
tree4150c20e828c2805bc6f4bf0c46bc0ee2b2da9f3
parenta9b9495bc05d543a1e9d1e263bf3fea432eac1b8
don't create wxEventLoop in Initialize(), it's too early to do it there -- wait until it's really needed in MainLoop()

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