summaryrefslogtreecommitdiff
path: root/examples/apps/globe
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-12-23 08:37:55 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-01-18 17:11:15 +0200
commitb7e90c622d54a34967d311cf8c3f0406bd4abf9b (patch)
tree3c5ffe8e923d3ae17442c56ea4d8a2d9f39c619d /examples/apps/globe
parent63e8aeb21390c63eded616ebef7e357294455f47 (diff)
downloadfpGUI-b7e90c622d54a34967d311cf8c3f0406bd4abf9b.tar.xz
Fix a spelling mistake in the Globe demo.
Diffstat (limited to 'examples/apps/globe')
-rw-r--r--examples/apps/globe/frm_main.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/globe/frm_main.pas b/examples/apps/globe/frm_main.pas
index dba93762..76775a4b 100644
--- a/examples/apps/globe/frm_main.pas
+++ b/examples/apps/globe/frm_main.pas
@@ -215,7 +215,7 @@ end;
procedure TMainForm.miHelpAbout(Sender: TObject);
begin
- ShowMessage('fpgGUI Globe written by Graeme Geldenhuys - 2010', 'About...', True);
+ ShowMessage('fpGUI Globe written by Graeme Geldenhuys - 2010', 'About...', True);
end;
procedure TMainForm.miHelpAboutFPGui(Sender: TObject);