Mercurial > hg > svgui
diff widgets/KeyReference.cpp @ 756:9cfcb2924ee3 tony_integration
Merge from branch tonioni
author | Chris Cannam |
---|---|
date | Wed, 02 Apr 2014 08:51:33 +0100 |
parents | 394caa98d21a |
children | 44675ab217a3 |
line wrap: on
line diff
--- a/widgets/KeyReference.cpp Wed Apr 02 08:50:18 2014 +0100 +++ b/widgets/KeyReference.cpp Wed Apr 02 08:51:33 2014 +0100 @@ -172,7 +172,8 @@ m_text->setReadOnly(true); m_dialog = new QDialog; - m_dialog->setWindowTitle(tr("Sonic Visualiser: Key and Mouse Reference")); + m_dialog->setWindowTitle(tr("%1: Key and Mouse Reference") + .arg(QApplication::applicationName())); QVBoxLayout *layout = new QVBoxLayout; m_dialog->setLayout(layout);