--- Vago/trunk/Vago/xmlprocessor.cpp 2016/09/16 22:51:26 1047 +++ s10k/Vago/xmlprocessor.cpp 2017/12/30 13:43:28 1092 @@ -18,7 +18,7 @@ void XmlProcessor::run() for(int i=0; icommands->size(); i++){ - myProcess.start(UtilVago::getXmlToolsExeAbsolutePath() +" "+this->commands->at(i)); + myProcess.start(UtilVago::getXmlToolsExecutable() +" "+this->commands->at(i)); myProcess.waitForFinished(-1); result=myProcess.readAllStandardError();