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
+1 -10
View File
@@ -27,7 +27,6 @@
#include <net/serveracceptthread.h>
#include <net/ircthread.h>
#include <core/avatarmanager.h>
#include <boost/regex.hpp>
#include <sstream>
@@ -149,20 +148,12 @@ void Session::startInternetClient()
if (myConfig->readConfigInt("UseIRCLobbyChat"))
{
//testing boost::regexp
// boost::regex pattern (" ",boost::regex_constants::icase|boost::regex_constants::perl);
// std::string stringa (myConfig->readConfigString("MyName"));
// std::string replace ("");
// std::string myNameNewString;
// myNameNewString = boost::regex_replace (stringa, pattern, replace);
//testing boost:;regexp
myIrcThread = new IrcThread(*myGui);
myIrcThread->Init(
myConfig->readConfigString("IRCServerAddress"),
myConfig->readConfigInt("IRCServerPort"),
myConfig->readConfigInt("IRCServerUseIpv6") == 1,
myConfig->readConfigString("MyName"),
myIrcNick,
myConfig->readConfigString("IRCChannel"));
myIrcThread->Run();
}