summaryrefslogtreecommitdiff
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-08-25 12:35:40 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-01 13:08:14 -0400
commitd7999e9b294f93f68b5ec9e3efd8017fad3f05d9 (patch)
treed705db14b00d2b6a22a8335aff2511ed95764489 /Source/QtDialog/CMakeSetupDialog.h
parente141bc950a1970c6bc96fa5f55fd60c6aedbb2d0 (diff)
downloadcmake-d7999e9b294f93f68b5ec9e3efd8017fad3f05d9.tar.gz
Rename strict-mode to warn-uninitialized
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index cd2be6e5f6..4c161d9e28 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -93,7 +93,7 @@ protected:
QAction* ConfigureAction;
QAction* GenerateAction;
QAction* SuppressDevWarningsAction;
- QAction* StrictModeAction;
+ QAction* WarnUninitializedAction;
QAction* InstallForCommandLineAction;
State CurrentState;