IDE: insert license notice: allow translators to add paragraph

git-svn-id: trunk@45303 -
This commit is contained in:
mattias 2014-06-02 10:25:59 +00:00
parent 3f0f2cf33a
commit 8db63f148a

View File

@ -4008,8 +4008,8 @@ var
begin
if ReadOnly then Exit;
Txt:=CommentText(LCLProc.BreakString(
Format(Notice,[#13#13,#13#13,#13#13,#13#13,#13#13]),
FEditor.RightEdge-2,0),CommentType);
StringReplace(Notice, '%s', sLineBreak, [rfReplaceAll]),
FEditor.RightEdge-2,0),CommentType);
FEditor.InsertTextAtCaret(Txt);
end;