- bugfix for transifex tutorial download files now loaded into UI

- updated each thread to provide its name
This commit is contained in:
Mark Vejvoda
2013-05-21 20:28:42 +00:00
parent 5cfc4d07a0
commit 5b664fb1a2
20 changed files with 79 additions and 17 deletions

View File

@@ -242,6 +242,8 @@ FTPClientThread::FTPClientThread(int portNumber, string serverUrl,
string fileArchiveExtractCommandParameters,
int fileArchiveExtractCommandSuccessResult,
string tempFilesPath) : BaseThread() {
uniqueID = "FTPClientThread";
this->portNumber = portNumber;
this->serverUrl = serverUrl;
this->mapsPath = mapsPath;