| # | Line 23 | Line 23 | void Converter::run() | |
|---|---|---|
| 23 | QString errorMessage = ""; | |
| 24 | int numErrors=0; | |
| 25 | ||
| 26 | < | this->myLogger->writeString("Setting working dir to "+this->AppDir+"."); | 
| 26 | > | this->myLogger->writeString("Setting OniSplit process working dir to "+this->AppDir+"."); | 
| 27 | myProcess->setWorkingDirectory(this->AppDir); // Set working directory (for work with AEI2/Mac OS) | |
| 28 | ||
| 29 | #ifdef Q_OS_WIN | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |