diff options
Diffstat (limited to 'qt-ui/about.cpp')
-rw-r--r-- | qt-ui/about.cpp | 2 |
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); |