--- Vago/trunk/Vago/soundWizard/soundpagefinal.cpp 2013/04/13 13:44:29 815 +++ Vago/trunk/Vago/soundWizard/soundpagefinal.cpp 2016/03/24 22:28:41 1035 @@ -196,7 +196,7 @@ void SoundPageFinal::startProcessing(){ for(int i=0; ipage2Table->rowCount(); i++){ - (*this->oniSplitCommands) << this->commandMap->value("general->XML->ONI")+" "+outputFolder+" "+Util::insertQuotes(this->page2Table->item(i,1)->text()); // add location of sound file to convert + (*this->oniSplitCommands) << this->commandMap->value("xml->XML->ONI")+" "+outputFolder+" "+Util::insertQuotes(this->page2Table->item(i,1)->text()); // add location of sound file to convert currFileName=this->page2Table->item(i,0)->text(); // get current file name currAmbFileLocation = QString(ambFileLocation).replace("sample_file",currFileName); // get the new files, filenames @@ -212,7 +212,7 @@ void SoundPageFinal::startProcessing(){ myXmlProcessor->wait(); // Wait until all xml is edited } - (*this->oniSplitCommands) << this->commandMap->value("general->XML->ONI")+" "+outputFolder+" "+Util::insertQuotes(GlobalVars::VagoTemporaryDir+"/*.xml"); + (*this->oniSplitCommands) << this->commandMap->value("xml->XML->ONI")+" "+outputFolder+" "+Util::insertQuotes(GlobalVars::VagoTemporaryDir+"/*.xml"); this->myConverter->start(); // finally process the onisplit commands this->myConverter->wait(); // wait for it to complete