summaryrefslogtreecommitdiffstats
path: root/qt-ui/about.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.demon.co.uk>2015-01-01 09:07:57 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-01 09:08:56 -0800
commitba72946b0cba2bfd0084c6d686353318a42f7ee7 (patch)
treefc423dcca90bd5e75c7b9513422428993dc32430 /qt-ui/about.cpp
parentac7d1f15c6a9af7967e5e0fd556d2efaa5f6b98f (diff)
downloadsubsurface-ba72946b0cba2bfd0084c6d686353318a42f7ee7.tar.gz
Happy New Year
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 63ffff794..967815337 100644
--- a/qt-ui/about.cpp
+++ b/qt-ui/about.cpp
@@ -14,7 +14,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p
"Subsurface %1 </span><br><br>"
"Multi-platform divelog software<br>"
"<span style='font-size: 8pt'>"
- "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2014"
+ "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2015"
"</span>").arg(VERSION_STRING));
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);