string freeze for 0.6.3 - translation files updated

This commit is contained in:
doitux
2008-12-09 00:08:13 +00:00
parent 4905f618ad
commit c95dfbb2ce
21 changed files with 2833 additions and 2163 deletions
+3
View File
@@ -3124,6 +3124,9 @@ void gameTableImpl::startVoteOnKick(unsigned playerId, unsigned voteStarterPlaye
tabWidget_Left->setCurrentIndex(2);
pushButton_voteOnKickNo->hide();
pushButton_voteOnKickYes->hide();
label_kickUser->clear();
label_kickVoteTimeout->clear();
voteOnKickTimeoutSecs = timeoutSec;
playerAboutToBeKickedId = playerId;
+1 -1
View File
@@ -19,7 +19,7 @@
using namespace std;
MyAvatarLabel::MyAvatarLabel(QGroupBox* parent)
: QLabel(parent)
: QLabel(parent), voteRunning(FALSE)
{
myContextMenu = new QMenu;