Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ce42d56a
"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "830a4c2f565542099607eb2d9684d0508b08de4a"
Commit
ce42d56a
authored
Jul 07, 2015
by
Zach H
Browse files
add shortcut for filter delete
parent
f199e207
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
ce42d56a
...
...
@@ -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:"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment