mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 07:29:27 +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
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user