git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22563
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser)
{
void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser)
{
+ // first add the standard non GUI options
+ wxAppConsole::OnInitCmdLine(parser);
+
// the standard command line options
static const wxCmdLineEntryDesc cmdLineGUIDesc[] =
{
// the standard command line options
static const wxCmdLineEntryDesc cmdLineGUIDesc[] =
{