mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 14:49:18 +02:00
* updated ide copyright and version
git-svn-id: trunk@13546 -
This commit is contained in:
parent
7e7e7b34e1
commit
dd013a8987
@ -21,7 +21,7 @@ uses Views,App,
|
|||||||
WViews,WEditor,WHTMLHlp;
|
WViews,WEditor,WHTMLHlp;
|
||||||
|
|
||||||
const
|
const
|
||||||
VersionStr = '1.0.10';
|
VersionStr = '1.0.12';
|
||||||
|
|
||||||
MaxRecentFileCount = 9;
|
MaxRecentFileCount = 9;
|
||||||
MaxToolCount = 16;
|
MaxToolCount = 16;
|
||||||
|
@ -4251,7 +4251,7 @@ begin
|
|||||||
else
|
else
|
||||||
{$endif NODEBUG}
|
{$endif NODEBUG}
|
||||||
R2.Move(0,2);
|
R2.Move(0,2);
|
||||||
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2008 by')));
|
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2009 by')));
|
||||||
R2.Move(0,2);
|
R2.Move(0,2);
|
||||||
Insert(New(PStaticText, Init(R2, ^C'B‚rczi G bor')));
|
Insert(New(PStaticText, Init(R2, ^C'B‚rczi G bor')));
|
||||||
R2.Move(0,1);
|
R2.Move(0,1);
|
||||||
|
Loading…
Reference in New Issue
Block a user