mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
replaced ISO8859-1 by ISO-8859-1
git-svn-id: trunk@7206 -
This commit is contained in:
parent
3e841cb34a
commit
f27c2c62d5
@ -441,7 +441,7 @@ end;
|
||||
Function TElementeditor.TestSave(S : String) : Boolean;
|
||||
|
||||
Const
|
||||
Head = '<?xml version="1.0" encoding="ISO8859-1"?><fpdoc-descriptions>';
|
||||
Head = '<?xml version="1.0" encoding="ISO-8859-1"?><fpdoc-descriptions>';
|
||||
Tail = '</fpdoc-descriptions>';
|
||||
SErrorSaving = 'There is an error in the documentation nodes:'+LineEnding+
|
||||
'%s'+LineEnding+
|
||||
|
@ -422,7 +422,7 @@ end;
|
||||
procedure TMainForm.NewFile;
|
||||
|
||||
Const
|
||||
template = '<?xml version="1.0" encoding="ISO8859-1"?>'+LineEnding+
|
||||
template = '<?xml version="1.0" encoding="ISO-8859-1"?>'+LineEnding+
|
||||
'<fpdoc-descriptions>'+LineEnding+
|
||||
'</fpdoc-descriptions>'+LineEnding;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user