--- Vago/trunk/Vago/converter.cpp 2016/03/13 16:11:45 1031 +++ Vago/trunk/Vago/converter.cpp 2016/03/24 22:28:41 1035 @@ -36,7 +36,7 @@ void Converter::run() nextIndex=commands.indexOf(GlobalVars::OniSplitProcSeparator,currentIndex+1); commandToExec=commands.mid(currentIndex,(nextIndex-currentIndex)); - this->myProcess->start(GlobalVars::OniSplitExeName+" "+commandToExec); + this->myProcess->start(Util::getOniSplitExeName() +" "+commandToExec); this->myProcess->waitForFinished(-1); if(this->processHasKilled){ // If the process has killed there's no need to proceed with reading output or process more commands