diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2016-02-02 11:04:48 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-26 09:24:38 +0100 |
commit | e15ec99dfe587dd39023fcb04e74220a1f23894e (patch) | |
tree | 9b527a1df44733b4ab49e760938ce533a2f1a596 | |
parent | a5dde4c34aa828df3d9eb616dbf649f4818675ff (diff) | |
download | subsurface-e15ec99dfe587dd39023fcb04e74220a1f23894e.tar.gz |
Update copyright for 2016
Trival string update.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 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 </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); |