ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/xmlpatch.cpp
(Generate patch)

Comparing XmlTools2/trunk/xmlpatch.cpp (file contents):
Revision 967 by s10k, Sun Mar 2 15:41:56 2014 UTC vs.
Revision 980 by s10k, Thu Mar 6 16:40:35 2014 UTC

# Line 219 | Line 219 | void XmlPatch::executeCustomCommandOpera
219          UtilXmlTools::displayErrorMessage("@CUSTOM_CODE","No XML files were found for the wildcard: "+filesWildcard);
220      }
221  
222 <    this->customCodeOperation.executeCustomCode(jsString,filesToProcess,this->backupsEnabled,this->verboseEnabled);
222 >    XmlCustomCode::getInstance()->executeCustomCode(jsString,filesToProcess,this->backupsEnabled,this->verboseEnabled);
223  
224  
225      UtilXmlTools::displaySuccessMessage(filesToProcess.size(), "@CUSTOM_CODE");

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)