From 7038166d8f07433627a4540fb70f105fa4a806f7 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Sun, 6 Mar 2011 17:44:59 +0100 Subject: [PATCH] Changed name of jp translator; fixed game scene rearrange bug --- cockatrice/src/gamescene.h | 1 - cockatrice/src/tab_game.cpp | 1 + cockatrice/src/window_main.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/gamescene.h b/cockatrice/src/gamescene.h index bdc07757..4c08316b 100644 --- a/cockatrice/src/gamescene.h +++ b/cockatrice/src/gamescene.h @@ -37,7 +37,6 @@ public slots: void removePlayer(Player *player); void clearViews(); void closeMostRecentZoneView(); -private slots: void rearrange(); protected: bool event(QEvent *event); diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 8f3f3326..fa608c29 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -488,6 +488,7 @@ void TabGame::startGame() playerListWidget->setGameStarted(true); started = true; + static_cast(gameView->scene())->rearrange(); gameView->show(); phasesToolbar->show(); } diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 06d6e3a6..588eeca7 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -176,7 +176,7 @@ void MainWindow::actAbout() + tr("Portugese (Portugal):") + " Milton Gonçalves
" + tr("Portugese (Brazil):") + " Thiago Queiroz
" + tr("French:") + " Yannick Hammer
" - + tr("Japanese:") + " Takumi Nakase
" + + tr("Japanese:") + " Nagase Task
" + tr("Russian:") + " Alexander Davidov
" )); }