Added wxMessageOutput as per the discussion on wx-dev.
authorMattia Barbon <mbarbon@cpan.org>
Wed, 24 Jul 2002 19:29:53 +0000 (19:29 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 24 Jul 2002 19:29:53 +0000 (19:29 +0000)
commit74698d3a22d5e611bbcd731a3ade616c66cfaca6
treea627313c5dd2fb43c156fff9b7e37c60117b991d
parent53d838be504926f6f75a75c0f7f661f8f5f92218
Added wxMessageOutput as per the discussion on wx-dev.
Added wxApp::DoInit to initialize the global wxMessageOutput instance.
Changed wxCommandLineParser to use wxMessageOutput.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/tmake/filelist.txt
include/wx/app.h
include/wx/cmdline.h
include/wx/msgout.h [new file with mode: 0755]
src/common/appcmn.cpp
src/common/cmdline.cpp
src/common/init.cpp
src/common/msgout.cpp [new file with mode: 0755]