1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

Simba: Aboutform Disabled -> ReadOnly.

This commit is contained in:
Merlijn Wajer 2011-08-01 16:30:10 +02:00
parent 9eee19a3af
commit aaafd6b0c1

View File

@ -65,7 +65,7 @@ begin
AboutMemo.Lines.Add(format('You are currently using version: %d',[SimbaUnit.SimbaVersion]));
AboutMemo.Lines.Add('');
AboutMemo.Lines.Add('Please report bugs at: http://bugs.villavu.com/');
AboutMemo.Enabled := False;
AboutMemo.ReadOnly:= True;
end;
procedure TAboutForm.OkButtonClick(Sender: TObject);