diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/apps/globe/frm_main.pas | 3 |
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'); |