mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 23:19:28 +02:00
MG: fixed memcheck output
git-svn-id: trunk@2967 -
This commit is contained in:
parent
0498f6377e
commit
9541ea6418
@ -67,7 +67,7 @@ begin
|
||||
|
||||
Application.CreateForm(TMainIDE, MainIDE);
|
||||
{$IFDEF IDE_MEM_CHECK}
|
||||
CheckHeap('TMainIDE created');
|
||||
CheckHeapWrtMemCnt('lazarus.pp: TMainIDE created');
|
||||
{$ENDIF}
|
||||
Application.CreateForm(TMessagesView, MessagesView);
|
||||
|
||||
@ -86,6 +86,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.37 2002/09/13 08:11:45 lazarus
|
||||
MG: fixed memcheck output
|
||||
|
||||
Revision 1.36 2002/07/30 06:24:04 lazarus
|
||||
MG: added a faster version of TXMLConfig
|
||||
|
||||
|
@ -1182,7 +1182,7 @@ procedure TSourceEditor.InsertGPLNotice(CommentType: TCommentType);
|
||||
var
|
||||
Txt: string;
|
||||
begin
|
||||
Txt:=CommentText(lisGPLNotice,CommentType);
|
||||
Txt:=CommentText(Format(lisGPLNotice,[#13#13,#13#13]),CommentType);
|
||||
FEditor.SelText:=Txt;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user