This commit is contained in:
doitux
2007-02-05 22:33:52 +00:00
parent 20700f200c
commit 6a6674d86c
3 changed files with 27 additions and 7 deletions
+3 -1
View File
@@ -690,7 +690,9 @@ void mainWindowImpl::highlightRoundLabel(string tempround) {
frame_handLabel->setPalette(tempPalette);
textLabel_handLabel->setText(round);
textLabel_gameNumber->setText("Hand: "+QString::number(actualHand->getMyID(),10));
textLabel_handNumber->setText("Hand: "+QString::number(actualHand->getMyID(),10));
textLabel_gameNumber->setText("Game: "+QString::number(actualGame->getMyGameID(),10));
}