* Do now show newlines in listsettings

git-svn-id: trunk@16928 -
This commit is contained in:
joost 2011-02-17 11:25:06 +00:00
parent 496a232570
commit 45f6cc6567

View File

@ -689,7 +689,7 @@ begin
Log(ALogLevel,SLogCompilerCfgLocalPrefix,[FLocalPrefix,LocalPrefix]);
Log(ALogLevel,SLogCompilerCfgGlobalInstallDir,[FGlobalInstallDir,GlobalInstallDir]);
Log(ALogLevel,SLogCompilerCfgLocalInstallDir,[FLocalInstallDir,LocalInstallDir]);
Log(ALogLevel,SLogCompilerCfgOptions,[Options.Text]);
Log(ALogLevel,SLogCompilerCfgOptions,[Options.DelimitedText]);
end;