mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 15:49:30 +02:00
IDE: insert license notice: allow translators to add paragraph
git-svn-id: trunk@45303 -
This commit is contained in:
parent
3f0f2cf33a
commit
8db63f148a
@ -4008,8 +4008,8 @@ var
|
|||||||
begin
|
begin
|
||||||
if ReadOnly then Exit;
|
if ReadOnly then Exit;
|
||||||
Txt:=CommentText(LCLProc.BreakString(
|
Txt:=CommentText(LCLProc.BreakString(
|
||||||
Format(Notice,[#13#13,#13#13,#13#13,#13#13,#13#13]),
|
StringReplace(Notice, '%s', sLineBreak, [rfReplaceAll]),
|
||||||
FEditor.RightEdge-2,0),CommentType);
|
FEditor.RightEdge-2,0),CommentType);
|
||||||
FEditor.InsertTextAtCaret(Txt);
|
FEditor.InsertTextAtCaret(Txt);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user