Merge pull request #184 from Chrono-byte/develop

This commit is contained in:
Sefa Eyeoglu
2022-10-20 21:52:24 +02:00
parent 6e94e9bff1
commit de3c336213
2 changed files with 2 additions and 2 deletions

View File

@ -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()));