1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Simba: mufasa -> bugs

This commit is contained in:
Merlijn Wajer 2010-09-18 13:33:03 +02:00
parent 6494b951bb
commit dc0ca2ad1a

View File

@ -64,7 +64,7 @@ begin
AboutMemo.Lines.Add('Simba is released under the GPL license.');
AboutMemo.Lines.Add(format('You are currently using version: %d',[SimbaUnit.SimbaVersion]));
AboutMemo.Lines.Add('');
AboutMemo.Lines.Add('Please report bugs at: http://mufasa.villavu.com/mantis/');
AboutMemo.Lines.Add('Please report bugs at: http://bugs.villavu.com/');
end;
procedure TAboutForm.OkButtonClick(Sender: TObject);