]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed non GUI cmd line options
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Aug 2003 02:00:02 +0000 (02:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Aug 2003 02:00:02 +0000 (02:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp

index d70ff7bc23fbdb0ca37bebdd3878558f540a5ebb..4e2eb164d16b155cc51e2adda06b06e0ae867d4c 100644 (file)
@@ -147,6 +147,9 @@ void wxAppBase::CleanUp()
 
 void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser)
 {
+    // first add the standard non GUI options
+    wxAppConsole::OnInitCmdLine(parser);
+
     // the standard command line options
     static const wxCmdLineEntryDesc cmdLineGUIDesc[] =
     {