aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/about.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.demon.co.uk>2014-01-25 23:52:12 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-25 16:38:13 -0800
commitd7604932992cfacf24b0316b6e1df6e5e34abada (patch)
treed6cc9eae318f40c3c3085a6a858562276cd0d63c /qt-ui/about.cpp
parentf4a2ce101729ff9178c90adbaf6777e3b2cafa7b (diff)
downloadsubsurface-d7604932992cfacf24b0316b6e1df6e5e34abada.tar.gz
Extends copyright years on About screen to include 2014
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/about.cpp')
-rw-r--r--qt-ui/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
index dd9431c50..0a6489d93 100644
--- a/qt-ui/about.cpp
+++ b/qt-ui/about.cpp
@@ -19,7 +19,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f)
ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>" \
"Subsurface %1 </span><br><br>" \
"Multi-platform divelog software<br>" \
- "<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013</span>").arg(VERSION_STRING));
+ "<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011-2014</span>").arg(VERSION_STRING));
licenseButton = new QPushButton(tr("&License"));
websiteButton = new QPushButton(tr("&Website"));
ui.buttonBox->addButton(licenseButton, QDialogButtonBox::ActionRole);