Simba: Aboutform Disabled -> ReadOnly.

This commit is contained in:
Merlijn Wajer 2011-08-01 16:30:10 +02:00
parent 9eee19a3af
commit aaafd6b0c1
1 changed files with 1 additions and 1 deletions

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);