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:
@@ -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[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user