no more hacks needed in wxrc now that wxMessageOutput works...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,13 +100,6 @@ int XmlResApp::OnRun()
|
||||
{ wxCMD_LINE_NONE }
|
||||
};
|
||||
|
||||
#if wxUSE_GUI && !defined(__WXMSW__)
|
||||
// VS: I need reasonable output to console from wxCmdLineParser
|
||||
// - temporary, will hopefully be fixed in future in wxWin
|
||||
wxLog::SetTimestamp(NULL);
|
||||
delete wxLog::SetActiveTarget(new wxLogStderr);
|
||||
#endif
|
||||
|
||||
wxCmdLineParser parser(cmdLineDesc, argc, argv);
|
||||
|
||||
switch (parser.Parse())
|
||||
|
@@ -100,13 +100,6 @@ int XmlResApp::OnRun()
|
||||
{ wxCMD_LINE_NONE }
|
||||
};
|
||||
|
||||
#if wxUSE_GUI && !defined(__WXMSW__)
|
||||
// VS: I need reasonable output to console from wxCmdLineParser
|
||||
// - temporary, will hopefully be fixed in future in wxWin
|
||||
wxLog::SetTimestamp(NULL);
|
||||
delete wxLog::SetActiveTarget(new wxLogStderr);
|
||||
#endif
|
||||
|
||||
wxCmdLineParser parser(cmdLineDesc, argc, argv);
|
||||
|
||||
switch (parser.Parse())
|
||||
|
Reference in New Issue
Block a user