diff options
author | Brad King <brad.king@kitware.com> | 2014-06-03 13:19:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-03 13:24:26 (GMT) |
commit | 8da0a75ba2196465cea442e5a5a5f905fc2906d1 (patch) | |
tree | 5852cd9391e8dbabead9fca078678b880ea13d6f /Source/QtDialog | |
parent | cbc9a9514d0dd00b35b3de694dab02a387ec2b52 (diff) | |
download | CMake-8da0a75ba2196465cea442e5a5a5f905fc2906d1.zip CMake-8da0a75ba2196465cea442e5a5a5f905fc2906d1.tar.gz CMake-8da0a75ba2196465cea442e5a5a5f905fc2906d1.tar.bz2 |
Simplify and clarify credit text and link
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text.
Provide a CMake-specific URL.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx index f62afd6..10879c0 100644 --- a/Source/QtDialog/CMakeSetupDialog.cxx +++ b/Source/QtDialog/CMakeSetupDialog.cxx @@ -812,7 +812,7 @@ void CMakeSetupDialog::doAbout() { QString msg = tr( "CMake %1 (cmake.org).\n" - "CMake suite maintained by Kitware, Inc. (kitware.com).\n" + "CMake suite maintained and supported by Kitware (kitware.com/cmake).\n" "Distributed under terms of the BSD 3-Clause License.\n" "\n" "CMake GUI maintained by csimsoft,\n" |