Mercurial > hg > sonic-visualiser
changeset 674:17fbb120222b
Remove duplicate shortcut
author | Chris Cannam |
---|---|
date | Thu, 05 Dec 2013 10:56:21 +0000 |
parents | e6faa02020f0 |
children | 72c1dd980802 |
files | main/MainWindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed Dec 04 18:46:09 2013 +0000 +++ b/main/MainWindow.cpp Thu Dec 05 10:56:21 2013 +0000 @@ -529,7 +529,7 @@ connect(this, SIGNAL(canExportAudio(bool)), action, SLOT(setEnabled(bool))); menu->addAction(action); - action = new QAction(tr("&Export Audio Data..."), this); + action = new QAction(tr("Export Audio Data..."), this); action->setStatusTip(tr("Export audio from selection into a data file")); connect(action, SIGNAL(triggered()), this, SLOT(exportAudioData())); connect(this, SIGNAL(canExportAudio(bool)), action, SLOT(setEnabled(bool)));