comparison src/main.cpp @ 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
comparison
equal deleted inserted replaced
136:32c8408eb0cb 137:1a480e947598
1581 "<p>" 1581 "<p>"
1582 "Ohjelma ja sen lähdekoodi ovat uudemman BSD-tyylisen lisenssin alaisia. " 1582 "Ohjelma ja sen lähdekoodi ovat uudemman BSD-tyylisen lisenssin alaisia. "
1583 "Lue ohjelman mukana tullut tiedosto \"COPYING\" (tai \"COPYING.txt\") " 1583 "Lue ohjelman mukana tullut tiedosto \"COPYING\" (tai \"COPYING.txt\") "
1584 "nähdäksesi täydelliset lisenssiehdot." 1584 "nähdäksesi täydelliset lisenssiehdot."
1585 "</p>" 1585 "</p>"
1586 "<p>AppDataPath: %3</p>"
1586 ). 1587 ).
1587 arg(tr(APP_NAME)). 1588 arg(tr(APP_NAME)).
1588 arg(APP_VERSION) 1589 arg(APP_VERSION).
1590 arg(appDataPath)
1589 ); 1591 );
1590 1592
1591 ui->label_ShortCuts->setText(tr( 1593 ui->label_ShortCuts->setText(tr(
1592 "<h1>Pikanäppäimet</h1>" 1594 "<h1>Pikanäppäimet</h1>"
1593 "<table>" 1595 "<table>"