diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2017-01-01 13:11:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-01 10:28:25 -0800 |
commit | ba23989e6b89a34747d084ea8a31ada6bdcd2d0f (patch) | |
tree | 8baf030c803411ba49ae350d3b115eea0232ba99 /desktop-widgets/about.cpp | |
parent | 459ffefec7ee04cd378c50abcaed0c7d195154c7 (diff) | |
download | subsurface-ba23989e6b89a34747d084ea8a31ada6bdcd2d0f.tar.gz |
Update from 2016 to 2017. Happy new year!
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
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 36a3c91a4..96a9f4f12 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-2016" + "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2017" "</span>").arg(versionString)); QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this); |