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
082ab731
"cockatrice/src/filtertree.cpp" did not exist on "083005b8a9ff535608604061a71193d356f2c9c0"
Commit
082ab731
authored
Mar 13, 2014
by
Matt Kelly
Browse files
Add Tab shortcut for next phase
parent
1bc48a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
082ab731
...
...
@@ -532,7 +532,7 @@ void TabGame::retranslateUi()
gameMenu
->
setTitle
(
tr
(
"&Game"
));
if
(
aNextPhase
)
{
aNextPhase
->
setText
(
tr
(
"Next &phase"
));
aNextPhase
->
setShortcut
(
tr
(
"Ctrl+Space"
));
aNextPhase
->
setShortcut
s
(
QList
<
QKeySequence
>
()
<<
QKeySequence
(
tr
(
"Ctrl+Space"
))
<<
QKeySequence
(
tr
(
"Tab"
)
));
}
if
(
aNextTurn
)
{
aNextTurn
->
setText
(
tr
(
"Next &turn"
));
...
...
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