add shortcut for filter delete

This commit is contained in:
Zach H 2015-07-07 22:42:05 -04:00
parent f199e20740
commit ce42d56a2d

View file

@ -323,6 +323,7 @@ void TabDeckEditor::retranslateUi()
filterBox->setTitle(tr("Filters"));
aClearFilterAll->setText(tr("&Clear all filters"));
aClearFilterOne->setText(tr("Delete selected"));
aClearFilterOne->setShortcut(QKeySequence("Backspace"));
nameLabel->setText(tr("Deck &name:"));
commentsLabel->setText(tr("&Comments:"));