reverted the change of wxCmdLineEntryDesc fields to wxString as this doesn't compile with VC6; make them const char * instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -485,7 +485,7 @@ void wxAppConsoleBase::OnInitCmdLine(wxCmdLineParser& parser)
|
||||
#if wxUSE_LOG
|
||||
{
|
||||
wxCMD_LINE_SWITCH,
|
||||
"",
|
||||
NULL,
|
||||
OPTION_VERBOSE,
|
||||
gettext_noop("generate verbose log messages"),
|
||||
wxCMD_LINE_VAL_NONE,
|
||||
@@ -494,14 +494,7 @@ void wxAppConsoleBase::OnInitCmdLine(wxCmdLineParser& parser)
|
||||
#endif // wxUSE_LOG
|
||||
|
||||
// terminator
|
||||
{
|
||||
wxCMD_LINE_NONE,
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
wxCMD_LINE_VAL_NONE,
|
||||
0x0
|
||||
}
|
||||
wxCMD_LINE_DESC_END
|
||||
};
|
||||
|
||||
parser.SetDesc(cmdLineDesc);
|
||||
|
Reference in New Issue
Block a user