Explorar o código

Allow argument Q

Andy Cedilnik %!s(int64=23) %!d(string=hai) anos
pai
achega
ceb63bedaf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/WXDialog/wxCMakeSetup.cxx

+ 1 - 1
Source/WXDialog/wxCMakeSetup.cxx

@@ -143,7 +143,7 @@ bool wxCMakeSetup::OnInit()
 {
   cmSystemTools::DisableRunCommandOutput();
   cmCommandLineInfo cm;
-  cm.SetValidArguments("ABGH");
+  cm.SetValidArguments("ABGHQ");
   cm.ParseCommandLine(wxApp::argc, wxApp::argv);
 
   this->SetVendorName("Andy");