comparison src/main.cpp @ 138:5e6bcabfa380

Oops, old datapath variable used. Fix it.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Aug 2017 11:39:34 +0300
parents 1a480e947598
children d5d1549e47fb
comparison
equal deleted inserted replaced
137:1a480e947598 138:5e6bcabfa380
1585 "</p>" 1585 "</p>"
1586 "<p>AppDataPath: %3</p>" 1586 "<p>AppDataPath: %3</p>"
1587 ). 1587 ).
1588 arg(tr(APP_NAME)). 1588 arg(tr(APP_NAME)).
1589 arg(APP_VERSION). 1589 arg(APP_VERSION).
1590 arg(appDataPath) 1590 arg(settings.dataPath)
1591 ); 1591 );
1592 1592
1593 ui->label_ShortCuts->setText(tr( 1593 ui->label_ShortCuts->setText(tr(
1594 "<h1>Pikanäppäimet</h1>" 1594 "<h1>Pikanäppäimet</h1>"
1595 "<table>" 1595 "<table>"