aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-03-19 14:33:07 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-03-19 14:33:07 +0100
commit5b72a6b5787a360e36d137fe2d52f47be926a588 (patch)
tree935a36f13e6287ca5492a1e172e1cf287eccb501 /src/mainwindow.cpp
parentBlocker rewrites (diff)
downloadsmolbote-5b72a6b5787a360e36d137fe2d52f47be926a588.tar.xz
Added build script
Additional locations are searched for configuration
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f455fae..087c5f8 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -161,7 +161,7 @@ void MainWindow::about()
"<p>This program comes with ABSOLUTELY NO WARRANTY. "
"This is free software, and you are welcome to redistribute it under the conditions set by the GNU GPLv3.</p>"
"<p>Configuration lives in: %2</p>")
- .arg(qApp->applicationVersion()).arg(sSettings->filePath()));
+ .arg(DESCRIBE).arg(sSettings->filePath()));
}
void MainWindow::loadProfile(const QString &name)