From 068ea4bfc1fcf5b90395660749a5de4e3b5333bd Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 2 Mar 2025 17:35:34 -0500 Subject: [PATCH] cmake-gui: Update credits in About dialog to reflect status quo --- Source/QtDialog/CMakeSetupDialog.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx index a7ae2915c5..64ae722c74 100644 --- a/Source/QtDialog/CMakeSetupDialog.cxx +++ b/Source/QtDialog/CMakeSetupDialog.cxx @@ -1024,8 +1024,7 @@ void CMakeSetupDialog::doAbout() "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" - "built using Qt %2 (qt-project.org).\n" + "CMake GUI built using Qt %2 (qt-project.org).\n" #ifdef USE_LGPL "\n" "The Qt Toolkit is Copyright (C) The Qt Company Ltd.\n"