--- Vago/trunk/Vago/xmlprocessor.cpp 2013/04/13 13:44:29 815 +++ Vago/trunk/Vago/xmlprocessor.cpp 2016/03/24 22:28:41 1035 @@ -18,7 +18,7 @@ void XmlProcessor::run() for(int i=0; icommands->size(); i++){ - myProcess->start(GlobalVars::XmlToolsExeName+" "+this->commands->at(i)); + myProcess->start(Util::getXmlToolsExeName() +" "+this->commands->at(i)); myProcess->waitForFinished(-1); result=myProcess->readAllStandardError();