mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 21:09:27 +02:00
IDE: fixed keeping / \ characters in custom options, bug #18152
git-svn-id: trunk@28624 -
This commit is contained in:
parent
dec60d59d3
commit
16b4c85fec
@ -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),'');
|
||||
|
Loading…
Reference in New Issue
Block a user