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>
This commit is contained in:
Henrik Brautaset Aronsen 2017-01-01 13:11:17 +01:00 committed by Dirk Hohndel
parent 459ffefec7
commit ba23989e6b
34 changed files with 116 additions and 116 deletions

View file

@ -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);