diff options
author | swirl <swurl@swurl.xyz> | 2022-01-16 12:02:53 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-16 12:03:30 -0500 |
commit | 81fe41a038ee12ff2ee0200525b39e4ad650bec2 (patch) | |
tree | 1f29ec13b8139bb84922114f3ff431f9cda9fa71 /launcher/ui/dialogs | |
parent | 0316cf88aab485614abe608ca8f6de626309ca80 (diff) | |
download | PrismLauncher-81fe41a038ee12ff2ee0200525b39e4ad650bec2.tar.gz PrismLauncher-81fe41a038ee12ff2ee0200525b39e4ad650bec2.tar.bz2 PrismLauncher-81fe41a038ee12ff2ee0200525b39e4ad650bec2.zip |
Default to colored icons, update copyright
Closes: #74
Diffstat (limited to 'launcher/ui/dialogs')
-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 2ba34f1a..46d2f429 100644 --- a/launcher/ui/dialogs/AboutDialog.cpp +++ b/launcher/ui/dialogs/AboutDialog.cpp @@ -99,7 +99,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("© 2012-2021 %1"); + QString copyText("© 2021-2022 %1"); ui->copyLabel->setText(copyText.arg(BuildConfig.LAUNCHER_COPYRIGHT)); connect(ui->closeButton, SIGNAL(clicked()), SLOT(close())); |