This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  2d8121bca63806095114992ecfef43de15596e95 (commit)
       via  dde72ee9439e0f2b77b097b7e49851ce4cd52d11 (commit)
      from  0097782dc54c90cade92bc7448510b523b982345 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d8121bca63806095114992ecfef43de15596e95
commit 2d8121bca63806095114992ecfef43de15596e95
Merge: 0097782 dde72ee
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Dec 1 14:28:29 2016 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Dec 1 14:28:29 2016 -0500

    Merge topic 'cmake-gui-T-help' into next
    
    dde72ee9 cmake-gui: Clarify help string on toolset selection field


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dde72ee9439e0f2b77b097b7e49851ce4cd52d11
commit dde72ee9439e0f2b77b097b7e49851ce4cd52d11
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Dec 1 14:25:10 2016 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Dec 1 14:27:13 2016 -0500

    cmake-gui: Clarify help string on toolset selection field
    
    The text `-T parameter` may be read as an example value for the field,
    but the `-T` part should not be included.  Clarify the wording.
    
    Closes: #16475

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

-----------------------------------------------------------------------

Summary of changes:
 Source/QtDialog/FirstConfigure.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to