Skip to content

Commit

Permalink
Updated year in About dialog
Browse files Browse the repository at this point in the history
What a great idea to decouple this from the translatable string.
  • Loading branch information
bjorn committed Jun 14, 2024
1 parent 3843376 commit 5516142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiled/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ AboutDialog::AboutDialog(QWidget *parent): QDialog(parent)
"<p align=\"center\">You may modify and redistribute this program under the terms of the GPL (version 2 or later). "
"A copy of the GPL is contained in the 'COPYING' file distributed with Tiled.</p>\n"
"<p align=\"center\"><a href=\"https://www.mapeditor.org/\">https://www.mapeditor.org/</a></p>\n")
.arg(QApplication::applicationVersion(), QStringLiteral("2023"));
.arg(QApplication::applicationVersion(), QStringLiteral("2024"));

textBrowser->setHtml(html);

Expand Down

0 comments on commit 5516142

Please sign in to comment.