summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-12-02 14:54:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-12-02 14:54:37 (GMT)
commit738a182a90dd29ce16376ab03a08c718b8068867 (patch)
tree5250df9224c041545defaa1ba1c33eef23ae2d8c
parent6d979ecf266b47796779173c4635a2f0deb38d41 (diff)
parentdde72ee9439e0f2b77b097b7e49851ce4cd52d11 (diff)
downloadCMake-738a182a90dd29ce16376ab03a08c718b8068867.zip
CMake-738a182a90dd29ce16376ab03a08c718b8068867.tar.gz
CMake-738a182a90dd29ce16376ab03a08c718b8068867.tar.bz2
Merge topic 'cmake-gui-T-help'
dde72ee9 cmake-gui: Clarify help string on toolset selection field
-rw-r--r--Source/QtDialog/FirstConfigure.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/FirstConfigure.cxx b/Source/QtDialog/FirstConfigure.cxx
index c34751a..2f1df4f 100644
--- a/Source/QtDialog/FirstConfigure.cxx
+++ b/Source/QtDialog/FirstConfigure.cxx
@@ -56,7 +56,7 @@ QFrame* StartCompilerSetup::CreateToolsetWidgets()
QVBoxLayout* l = new QVBoxLayout(frame);
l->setContentsMargins(0, 0, 0, 0);
- ToolsetLabel = new QLabel(tr("Optional toolset to use (-T parameter)"));
+ ToolsetLabel = new QLabel(tr("Optional toolset to use (argument to -T)"));
l->addWidget(ToolsetLabel);
Toolset = new QLineEdit(frame);