This is a quick hack: if there is no global wxMessageOutput instance, and
authorMattia Barbon <mbarbon@cpan.org>
Thu, 1 Aug 2002 19:58:32 +0000 (19:58 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 1 Aug 2002 19:58:32 +0000 (19:58 +0000)
commite02911a260d9002ca40c328a44cf62e0bf67b68d
tree12afd286bd27ac6ce46a445356c155ad2e8b0d4b
parent0cf8b31be51b78617c06390e57390c2187784580
This is a quick hack: if there is no global wxMessageOutput instance, and
there is a wxApp instance, call wxTheApp->DoInit() to initialize the
global wxMessageOutput instance. The correct solution is to ensure that
wxApp::DoInit is always called.

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