From 9c6bd61fd6569781a5d050054174cf7ef7be76a3 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Wed, 16 Oct 2024 15:56:35 +0200 Subject: [PATCH] GUI: Added dedication to @bgbsww in about dialog/credits --- src/Gui/Splashscreen.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index 398ea5f8f4..a1a2503575 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -480,8 +480,11 @@ void AboutDialog::showCredits() textField->setOpenLinks(false); hlayout->addWidget(textField); - QString creditsHTML = QString::fromLatin1("

"); + QString creditsHTML = QString::fromLatin1("

"); + //: Header for bgbsww + creditsHTML += tr("This version of FreeCAD is dedicated to the memory of Brad McLean, aka bgbsww."); //: Header for the Credits tab of the About screen + creditsHTML += QString::fromLatin1("

"); creditsHTML += tr("Credits"); creditsHTML += QString::fromLatin1("

"); creditsHTML += tr("FreeCAD would not be possible without the contributions of");