X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a7ebfc1f25e803eed43be420226569edd34c194..5f77ee3b876731d20f5b73678c414ec5b3892a1b:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index e25528a638..421fff4699 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -203,7 +203,7 @@ void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser) #ifdef __WXUNIVERSAL__ { wxCMD_LINE_OPTION, - wxEmptyString, + "", OPTION_THEME, gettext_noop("specify the theme to use"), wxCMD_LINE_VAL_STRING, @@ -217,7 +217,7 @@ void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser) // and not mgl/app.cpp { wxCMD_LINE_OPTION, - wxEmptyString, + "", OPTION_MODE, gettext_noop("specify display mode to use (e.g. 640x480-16)"), wxCMD_LINE_VAL_STRING, @@ -228,9 +228,9 @@ void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser) // terminator { wxCMD_LINE_NONE, - wxEmptyString, - wxEmptyString, - wxEmptyString, + "", + "", + "", wxCMD_LINE_VAL_NONE, 0x0 }