Mercurial > hg > tony
changeset 282:118775decf28
privisional "remove pitches" button which results in one-button Backspace working, which will have to go, eventually.
author | matthiasm |
---|---|
date | Thu, 22 May 2014 18:00:46 +0100 |
parents | 2a18f846dd6c |
children | 604816843bd4 |
files | src/MainWindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/MainWindow.cpp Thu May 22 17:49:58 2014 +0100 +++ b/src/MainWindow.cpp Thu May 22 18:00:46 2014 +0100 @@ -658,7 +658,7 @@ // action = new QAction(tr("Remove Pitches"), this); - action = toolbar->addAction(il.load("navigate"), tr("Navigate")); + action = toolbar->addAction(il.load("blank-16"), tr("Remove Pitches")); action->setShortcut(tr("Backspace")); action->setStatusTip(tr("Remove all pitch estimates within the selected region, making it unvoiced")); m_keyReference->registerShortcut(action);