diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index e0df55980..02bb9b72b 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -20,7 +20,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p "Subsurface %1

" "Multi-platform divelog software
" "" - "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2015" + "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2016" "").arg(versionString)); QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);