diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index d70ff7bc23..4e2eb164d1 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -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[] = {