mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 17:00:19 +02:00
testing using svn revision
git-svn-id: trunk@7763 -
This commit is contained in:
parent
da84b52103
commit
1728b1c8c4
@ -71,11 +71,12 @@ end;
|
|||||||
{ TAboutForm }
|
{ TAboutForm }
|
||||||
|
|
||||||
constructor TAboutForm.Create(AOwner: TComponent);
|
constructor TAboutForm.Create(AOwner: TComponent);
|
||||||
|
const Revision =
|
||||||
|
'{ $Id$ }';
|
||||||
begin
|
begin
|
||||||
inherited Create(AOwner);
|
inherited Create(AOwner);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
destructor TAboutForm.Destroy;
|
destructor TAboutForm.Destroy;
|
||||||
begin
|
begin
|
||||||
FPixmap.Free;
|
FPixmap.Free;
|
||||||
|
Loading…
Reference in New Issue
Block a user