summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-19 21:35:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-19 21:35:06 (GMT)
commitceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8 (patch)
tree078b284481ea29fa4092192669490da914a0d662 /Source/WXDialog
parentb7fa92c9e1de1091e407eba98f7710f15f4eae2c (diff)
downloadCMake-ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8.zip
CMake-ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8.tar.gz
CMake-ceb63bedaf2dda5afbe1f1ddafdc017b9a9dc7e8.tar.bz2
Allow argument Q
Diffstat (limited to 'Source/WXDialog')
-rw-r--r--Source/WXDialog/wxCMakeSetup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WXDialog/wxCMakeSetup.cxx b/Source/WXDialog/wxCMakeSetup.cxx
index 6097681..d6bd37b 100644
--- a/Source/WXDialog/wxCMakeSetup.cxx
+++ b/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");