summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-20 13:10:40 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-20 13:10:40 +0200
commit557db62196f6858827a609ec75a978a6565af15e (patch)
treeaaa039e2bbb64780ed32ad96da656bc1bfd81f82 /examples
parentfbbfbc141722f9a25f3ad67871feb2a604dde712 (diff)
downloadfpGUI-557db62196f6858827a609ec75a978a6565af15e.tar.xz
Globe: extended the help a little more
Diffstat (limited to 'examples')
-rw-r--r--examples/apps/globe/frm_main.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/apps/globe/frm_main.pas b/examples/apps/globe/frm_main.pas
index ed470ee5..9eb1cd95 100644
--- a/examples/apps/globe/frm_main.pas
+++ b/examples/apps/globe/frm_main.pas
@@ -199,6 +199,9 @@ begin
+ 'I: Zoom in' + LineEnding
+ 'O: Zoom out' + LineEnding
+ 'Q: Quit the application' + LineEnding
+ + LineEnding
+ + 'The arrow keys rotate the globe up,down,left and right' + LineEnding
+ + LineEnding
+ 'F1: Shows this help' + LineEnding
+ 'F11: About fpGUI Toolkit' + LineEnding
+ 'F12: About this program');