summaryrefslogtreecommitdiffstats
path: root/qt-ui/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/about.cpp')
-rw-r--r--qt-ui/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
index 967815337..c6081dfe8 100644
--- a/qt-ui/about.cpp
+++ b/qt-ui/about.cpp
@@ -15,7 +15,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p
"Multi-platform divelog software<br>"
"<span style='font-size: 8pt'>"
"Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2015"
- "</span>").arg(VERSION_STRING));
+ "</span>").arg(GIT_VERSION_STRING));
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);
connect(close, SIGNAL(activated()), this, SLOT(close()));