# HG changeset patch # User matthiasm # Date 1402663234 -3600 # Node ID 68779eb910c71388a393cad975cee1cb55ab229d # Parent 8c45041d3e91d64c9ba3fba344251e2b45d060ce added default keys to analysis menu options diff -r 8c45041d3e91 -r 68779eb910c7 src/MainWindow.cpp --- 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);