mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 07:59:00 +02:00
- bugfix for transifex tutorial download files now loaded into UI
- updated each thread to provide its name
This commit is contained in:
@@ -517,6 +517,7 @@ void IRCThread::setEventDataDone(bool value) {
|
||||
}
|
||||
|
||||
IRCThread::IRCThread(const std::vector<string> &argv, IRCCallbackInterface *callbackObj) : BaseThread() {
|
||||
uniqueID = "IRCThread";
|
||||
this->argv = argv;
|
||||
this->callbackObj = callbackObj;
|
||||
ircSession = NULL;
|
||||
|
Reference in New Issue
Block a user