Happy New Year

Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tim Wootton 2015-01-01 09:07:57 +00:00 committed by Dirk Hohndel
parent ac7d1f15c6
commit ba72946b0c

View file

@ -14,7 +14,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-2014"
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2015"
"</span>").arg(VERSION_STRING));
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);