replaced about form caption with resourcestring

git-svn-id: trunk@6621 -
This commit is contained in:
mattias 2005-01-17 12:26:05 +00:00
parent be9331e1ba
commit 12a43a51bb

View File

@ -36,10 +36,8 @@ type
Label1: TLABEL;
procedure AboutFormResize(Sender: TObject);
private
{ private declarations }
FPixmap : TPixmap;
public
{ public declarations }
procedure Paint; override;
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
@ -87,6 +85,7 @@ begin
FPixmap := TPixmap.Create;
FPixmap.LoadFromLazarusResource('lazarus_about_logo');
Caption:=lisAboutLazarus;
Label1.Caption := lisVersion+' #: '+lisLazarusVersionString;
Label2.Caption := lisDate+': '+GetLocalizedBuildDate;