# HG changeset patch # User Matti Hamalainen # Date 1503563720 -10800 # Node ID 1a480e9475986da7fe0f7ec4142b6fb04a2f6d80 # Parent 32c8408eb0cba6e702e805f169ed84cfa5129662 Show application data path in the about dialog. diff -r 32c8408eb0cb -r 1a480e947598 src/main.cpp --- 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." "

" + "

AppDataPath: %3

" ). arg(tr(APP_NAME)). - arg(APP_VERSION) + arg(APP_VERSION). + arg(appDataPath) ); ui->label_ShortCuts->setText(tr(