IDE: fpdoc editor: using OS line endings for xml files

git-svn-id: trunk@22154 -
This commit is contained in:
mattias 2009-10-13 21:15:38 +00:00
parent 32306cd763
commit cfd8171a4a

View File

@ -697,7 +697,7 @@ var
Child: TDOMNode;
FileAttribute, LinkAttribute: TDOMAttr;
begin
NewValue:=ToUnixLineEnding(NewValue);
NewValue:=ToOSLineEnding(NewValue);
if ChildName=FPDocItemNames[fpdiElementLink] then begin
// update attribute
if Node is TDomElement then begin