diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2016-02-02 11:04:48 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-02 09:28:56 -0800 |
commit | ce373db95143fa0f05f5b12a764b14564c897540 (patch) | |
tree | c7de853578d8201931646b39d0e74fdf12290f4e /desktop-widgets/about.cpp | |
parent | e80284fcfc002a8132ca3a6b6ac5b1d685377d52 (diff) | |
download | subsurface-ce373db95143fa0f05f5b12a764b14564c897540.tar.gz |
Update copyright for 2016
Trival string update.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/about.cpp')
-rw-r--r-- | desktop-widgets/about.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/about.cpp b/desktop-widgets/about.cpp index e0df55980..02bb9b72b 100644 --- a/desktop-widgets/about.cpp +++ b/desktop-widgets/about.cpp @@ -20,7 +20,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-2015" + "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2016" "</span>").arg(versionString)); QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this); |