From 5b72a6b5787a360e36d137fe2d52f47be926a588 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 19 Mar 2017 14:33:07 +0100 Subject: Added build script Additional locations are searched for configuration --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') 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() "

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.

" "

Configuration lives in: %2

") - .arg(qApp->applicationVersion()).arg(sSettings->filePath())); + .arg(DESCRIBE).arg(sSettings->filePath())); } void MainWindow::loadProfile(const QString &name) -- cgit v1.2.1