# HG changeset patch # User matthiasm # Date 1400778046 -3600 # Node ID 118775decf28d1404c6893d3df4f32ffb863fe3e # Parent 2a18f846dd6c0a4f4d115b59601ab79669b3e911 privisional "remove pitches" button which results in one-button Backspace working, which will have to go, eventually. diff -r 2a18f846dd6c -r 118775decf28 src/MainWindow.cpp --- 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);