translation update ptbr and ru. backtolobby button more in foreground now. also warning window for leaving online-game

This commit is contained in:
doitux
2007-11-07 01:41:17 +00:00
parent 59ffc02872
commit e009f37df8
13 changed files with 750 additions and 521 deletions
+3
View File
@@ -70,6 +70,7 @@ public:
bool waitForNetworkServer(unsigned timeoutMsec);
void sendIrcChatMessage(const std::string &message);
void setIrcNick(const std::string &value) { myIrcNick = value; }
void sendClientPlayerAction();
@@ -91,6 +92,8 @@ private:
int currentGameNum;
std::string myIrcNick;
ClientThread *myNetClient;
ServerAcceptThread *myNetServer;
IrcThread *myIrcThread;