Pārlūkot izejas kodu

Allow argument Q

Andy Cedilnik 23 gadi atpakaļ
vecāks
revīzija
ceb63bedaf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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");