Mercurial > hg > tony
changeset 320:68779eb910c7
added default keys to analysis menu options
| author | matthiasm |
|---|---|
| date | Fri, 13 Jun 2014 13:40:34 +0100 |
| parents | 8c45041d3e91 |
| children | 9b131c32fcb7 b3ed6e562ee5 |
| files | src/MainWindow.cpp |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/MainWindow.cpp Fri Jun 13 13:32:27 2014 +0100 +++ b/src/MainWindow.cpp Fri Jun 13 13:40:34 2014 +0100 @@ -822,12 +822,12 @@ menu->addSeparator(); - action = new QAction(tr("Automatically Analyse New Audio"), this); + action = new QAction(tr("Automatically Analyse &New Audio"), this); action->setCheckable(true); action->setChecked(true); menu->addAction(action); - action = new QAction(tr("Analyse Without Frequency-dependent Timing Bias (slow)"), this); + action = new QAction(tr("Analyse &Without Frequency-dependent Timing Bias (slow)"), this); action->setCheckable(true); action->setChecked(false);
