changeset 137:1a480e947598

Show application data path in the about dialog.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Aug 2017 11:35:20 +0300
parents 32c8408eb0cb
children 5e6bcabfa380
files src/main.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Wed Aug 23 23:27:25 2017 +0300
+++ b/src/main.cpp	Thu Aug 24 11:35:20 2017 +0300
@@ -1583,9 +1583,11 @@
         "Lue ohjelman mukana tullut tiedosto \"COPYING\" (tai \"COPYING.txt\") "
         "nähdäksesi täydelliset lisenssiehdot."
         "</p>"
+        "<p>AppDataPath: %3</p>"
         ).
         arg(tr(APP_NAME)).
-        arg(APP_VERSION)
+        arg(APP_VERSION).
+        arg(appDataPath)
         );
 
     ui->label_ShortCuts->setText(tr(