Index: XmlTools2/trunk/optionsparser.cpp
===================================================================
--- XmlTools2/trunk/optionsparser.cpp	(revision 935)
+++ XmlTools2/trunk/optionsparser.cpp	(revision 940)
@@ -97,5 +97,5 @@
 
                 if(line.startsWith('"')){ // Only read when starting with quotes
-                    temp=Util::substring(line," ");
+                    temp=Util::substring(line," \""); // We need to use more than space, because if paths contains spaces...
                     patchFiles << temp[0].remove('"'); // remove the quotes, they are now not needed
                     targetXmlFiles << temp[1].remove('"');
