소스 검색

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