Changed name of jp translator; fixed game scene rearrange bug
This commit is contained in:
parent
b24cf8e7f1
commit
7038166d8f
3 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,6 @@ public slots:
|
|||
void removePlayer(Player *player);
|
||||
void clearViews();
|
||||
void closeMostRecentZoneView();
|
||||
private slots:
|
||||
void rearrange();
|
||||
protected:
|
||||
bool event(QEvent *event);
|
||||
|
|
|
@ -488,6 +488,7 @@ void TabGame::startGame()
|
|||
|
||||
playerListWidget->setGameStarted(true);
|
||||
started = true;
|
||||
static_cast<GameScene *>(gameView->scene())->rearrange();
|
||||
gameView->show();
|
||||
phasesToolbar->show();
|
||||
}
|
||||
|
|
|
@ -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 Nakase<br>"
|
||||
+ tr("Japanese:") + " Nagase Task<br>"
|
||||
+ tr("Russian:") + " Alexander Davidov<br>"
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue