aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-15 16:14:44 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-15 16:14:44 +0100
commita2df2e1ebe90a329f7ae0825793de4da53ea0877 (patch)
tree9f4f60ed0d768081b5abd8941f1990ba55e2f55d /src/mainwindow.cpp
parentGlobal bookmarks and downloads dialogs (diff)
downloadsmolbote-a2df2e1ebe90a329f7ae0825793de4da53ea0877.tar.xz
Tab shortcuts
Config location is displayed in about window
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 45d0b55..1f979ca 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -139,8 +139,9 @@ void MainWindow::about()
"<p><i>yet another Qute browser</i></p>"
"<p>Copyright (C) 2017 Xian Nox</p>"
"<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>")
- .arg(qApp->applicationVersion()));
+ "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(Settings::staticFilePath()));
}
void MainWindow::loadProfile(const QString &name)