aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-20 21:52:24 +0200
committerGitHub <noreply@github.com>2022-10-20 21:52:24 +0200
commit5e86a3492510c948f6ab9dcf9c3a4307c1f8042f (patch)
treed80b9f14d2ce7660f026d6dccb84819a81533e84
parenta9d4370ad462b4ad3dd91f6bc38b40262967b5b2 (diff)
parentece206b81cdffac0459c61dabb80d31f85de254d (diff)
downloadPrismLauncher-5e86a3492510c948f6ab9dcf9c3a4307c1f8042f.tar.gz
PrismLauncher-5e86a3492510c948f6ab9dcf9c3a4307c1f8042f.tar.bz2
PrismLauncher-5e86a3492510c948f6ab9dcf9c3a4307c1f8042f.zip
Merge pull request #184 from Chrono-byte/develop
-rw-r--r--launcher/ui/dialogs/AboutDialog.cpp2
-rw-r--r--program_info/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.cpp b/launcher/ui/dialogs/AboutDialog.cpp
index 2970d47d..cecda1df 100644
--- a/launcher/ui/dialogs/AboutDialog.cpp
+++ b/launcher/ui/dialogs/AboutDialog.cpp
@@ -172,7 +172,7 @@ AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), ui(new Ui::AboutDia
QString urlText("<html><head/><body><p><a href=\"%1\">%1</a></p></body></html>");
ui->urlLabel->setText(urlText.arg(BuildConfig.LAUNCHER_GIT));
- QString copyText("© 2021-2022 %1");
+ QString copyText("© 2022 %1");
ui->copyLabel->setText(copyText.arg(BuildConfig.LAUNCHER_COPYRIGHT));
connect(ui->closeButton, SIGNAL(clicked()), SLOT(close()));
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt
index 62a01231..f6e2ea84 100644
--- a/program_info/CMakeLists.txt
+++ b/program_info/CMakeLists.txt
@@ -14,7 +14,7 @@ set(Launcher_DisplayName "Prism Launcher")
set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE)
-set(Launcher_Copyright "Prism Launcher Contributors\\n© 2012-2021 MultiMC Contributors")
+set(Launcher_Copyright "Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors \\n© 2012-2021 MultiMC Contributors")
set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE)
set(Launcher_Domain "prismlauncher.org" PARENT_SCOPE)
set(Launcher_UserAgent "${Launcher_CommonName}/${Launcher_VERSION_NAME}" PARENT_SCOPE)