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:
parent
9eee19a3af
commit
aaafd6b0c1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user