starts human player input filed redesign - PART III (checkable buttons)

This commit is contained in:
doitux
2007-10-17 23:26:57 +00:00
parent a878827c84
commit b03ac19e2f
4 changed files with 721 additions and 608 deletions
@@ -300,7 +300,7 @@ void gameLobbyDialogImpl::refreshGameStats() {
void gameLobbyDialogImpl::refreshPlayerStats() {
label_nickListCounter->setText("| "+tr("nicks in chat: %1").arg(treeWidget_NickList->topLevelItemCount()));
label_nickListCounter->setText("| "+tr("players in chat: %1").arg(treeWidget_NickList->topLevelItemCount()));
label_connectedPlayersCounter->setText(tr("connected players: %1").arg(0));
}