fixed non GUI cmd line options

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-04 02:00:02 +00:00
parent e33f650382
commit 9c13e5ef23

View 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[] =
{