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
4d6a405d
Commit
4d6a405d
authored
Jul 07, 2015
by
Fizztastic
Browse files
Added 2 shortcuts to game deck screen
- Ctrl+O (Load Deck) - Ctrl+Alt+O (Load Remote Deck)
parent
0b8fab47
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
4d6a405d
...
@@ -124,8 +124,10 @@ DeckViewContainer::DeckViewContainer(int _playerId, TabGame *parent)
...
@@ -124,8 +124,10 @@ DeckViewContainer::DeckViewContainer(int _playerId, TabGame *parent)
void
DeckViewContainer
::
retranslateUi
()
void
DeckViewContainer
::
retranslateUi
()
{
{
loadLocalButton
->
setText
(
tr
(
"Load &local deck"
));
loadLocalButton
->
setText
(
tr
(
"Load local deck"
));
loadRemoteButton
->
setText
(
tr
(
"Load d&eck from server"
));
loadLocalButton
->
setShortcut
(
QKeySequence
(
"Ctrl+O"
));
loadRemoteButton
->
setText
(
tr
(
"Load deck from server"
));
loadRemoteButton
->
setShortcut
(
QKeySequence
(
"Ctrl+Alt+O"
));
readyStartButton
->
setText
(
tr
(
"Ready to s&tart"
));
readyStartButton
->
setText
(
tr
(
"Ready to s&tart"
));
updateSideboardLockButtonText
();
updateSideboardLockButtonText
();
}
}
...
...
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