diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-29 16:15:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 16:15:34 +0200 |
commit | 1b7ae4321deca43ffd85a631c3be1db25689c3e7 (patch) | |
tree | ee909e3399d8d1e9d963e039a3a230404655eed1 /launcher | |
parent | 177f17450a6436e4a6d73d5b5ed3558c0aa64c2e (diff) | |
parent | 5ed7eb9d537558da603683d517f5537f0e4537a1 (diff) | |
download | PrismLauncher-1b7ae4321deca43ffd85a631c3be1db25689c3e7.tar.gz PrismLauncher-1b7ae4321deca43ffd85a631c3be1db25689c3e7.tar.bz2 PrismLauncher-1b7ae4321deca43ffd85a631c3be1db25689c3e7.zip |
Merge pull request #338 from Scrumplex/fix-credits-1
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/ui/dialogs/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.cpp b/launcher/ui/dialogs/AboutDialog.cpp index cecda1df..52d6baef 100644 --- a/launcher/ui/dialogs/AboutDialog.cpp +++ b/launcher/ui/dialogs/AboutDialog.cpp @@ -97,7 +97,7 @@ QString getCreditsHtml() stream << "<br />\n"; stream << "<h3>" << QObject::tr("With thanks to", "About Credits") << "</h3>\n"; - stream << QString("<p>Boba %1</p>\n") .arg(getWebsite("https://cmdplusv.neocities.org/")); + stream << QString("<p>Boba %1</p>\n") .arg(getWebsite("https://bobaonline.neocities.org/")); stream << QString("<p>Davi Rafael %1</p>\n") .arg(getWebsite("https://auti.one/")); stream << QString("<p>Fulmine %1</p>\n") .arg(getWebsite("https://www.fulmine.xyz/")); stream << QString("<p>ely %1</p>\n") .arg(getGitHub("elyrodso")); |