diff options
author | Brad King <brad.king@kitware.com> | 2014-06-03 13:30:45 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-06-03 13:30:45 (GMT) |
commit | 9490e90af4a231033b0dd0d03c2ec16318881c65 (patch) | |
tree | 6cb293f7332f46d579a8a01276fac61838e45d51 /Source/QtDialog/CMakeSetupDialog.cxx | |
parent | 29ad0ae547614f4c8446b79d21e85c4d17e9b09e (diff) | |
parent | 8da0a75ba2196465cea442e5a5a5f905fc2906d1 (diff) | |
download | CMake-9490e90af4a231033b0dd0d03c2ec16318881c65.zip CMake-9490e90af4a231033b0dd0d03c2ec16318881c65.tar.gz CMake-9490e90af4a231033b0dd0d03c2ec16318881c65.tar.bz2 |
Merge topic 'cmake-credits'
8da0a75b Simplify and clarify credit text and link
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.cxx')
-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 1a98cea..8a37797 100644 --- a/Source/QtDialog/CMakeSetupDialog.cxx +++ b/Source/QtDialog/CMakeSetupDialog.cxx @@ -814,7 +814,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" |