Skip to content

Commit

Permalink
Shell: About dialog copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 16, 2019
1 parent 2c70755 commit 87d476f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/tools/shell-text/src/aboutdialog.cpp
Expand Up @@ -29,7 +29,7 @@ AboutDialog::AboutDialog()
"The Shell is a utility for controlling and monitoring "
"Doomsday servers using a text-based (curses) user interface.")
.arg(SHELL_VERSION)
.arg("2013-2018 Deng Team"));
.arg("2013-2019 Deng Team"));

label->setExpandsToFitLines(true);
label->rule()
Expand Down
2 changes: 1 addition & 1 deletion doomsday/tools/shell/src/aboutdialog.cpp
Expand Up @@ -31,7 +31,7 @@ AboutDialog::AboutDialog(QWidget *parent)
"The Shell is a utility for controlling and monitoring "
"Doomsday servers.")
.arg(SHELL_VERSION)
.arg("2013-2018 <a href=\"http://dengine.net/\">Deng Team</a>"));
.arg("2013-2019 <a href=\"http://dengine.net/\">Deng Team</a>"));

connect(txt, SIGNAL(linkActivated(QString)), &GuiShellApp::app(), SLOT(openWebAddress(QString)));

Expand Down

0 comments on commit 87d476f

Please sign in to comment.