فهرست منبع

Allow argument Q

Andy Cedilnik 23 سال پیش
والد
کامیت
ceb63bedaf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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");