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
7038166d
Commit
7038166d
authored
Mar 06, 2011
by
Max-Wilhelm Bruker
Browse files
Changed name of jp translator; fixed game scene rearrange bug
parent
b24cf8e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/gamescene.h
View file @
7038166d
...
...
@@ -37,7 +37,6 @@ public slots:
void
removePlayer
(
Player
*
player
);
void
clearViews
();
void
closeMostRecentZoneView
();
private
slots
:
void
rearrange
();
protected:
bool
event
(
QEvent
*
event
);
...
...
cockatrice/src/tab_game.cpp
View file @
7038166d
...
...
@@ -488,6 +488,7 @@ void TabGame::startGame()
playerListWidget
->
setGameStarted
(
true
);
started
=
true
;
static_cast
<
GameScene
*>
(
gameView
->
scene
())
->
rearrange
();
gameView
->
show
();
phasesToolbar
->
show
();
}
...
...
cockatrice/src/window_main.cpp
View file @
7038166d
...
...
@@ -176,7 +176,7 @@ void MainWindow::actAbout()
+
tr
(
"Portugese (Portugal):"
)
+
" Milton Gonçalves<br>"
+
tr
(
"Portugese (Brazil):"
)
+
" Thiago Queiroz<br>"
+
tr
(
"French:"
)
+
" Yannick Hammer<br>"
+
tr
(
"Japanese:"
)
+
"
Takumi
Na
k
ase<br>"
+
tr
(
"Japanese:"
)
+
" Na
g
ase
Task
<br>"
+
tr
(
"Russian:"
)
+
" Alexander Davidov<br>"
));
}
...
...
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