浏览代码

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");