IDE: fixed keeping / \ characters in custom options, bug #18152

git-svn-id: trunk@28624 -
This commit is contained in:
mattias 2010-12-04 22:50:28 +00:00
parent dec60d59d3
commit 16b4c85fec

View File

@ -1683,7 +1683,7 @@ begin
aXMLConfig.SetDeleteValue(p+'ConfigFile/CustomConfigFile/Value', CustomConfigFile,false);
aXMLConfig.SetDeleteValue(p+'ConfigFile/ConfigFilePath/Value', f(ConfigFilePath),'extrafpc.cfg');
aXMLConfig.SetDeleteValue(p+'CustomOptions/Value',
f(LineBreaksToSystemLineBreaks(CustomOptions)),'');
LineBreaksToSystemLineBreaks(CustomOptions),''); // do not touch / \ characters
{ Compilation }
aXMLConfig.SetDeleteValue(p+'CompilerPath/Value', f(CompilerPath),'');