some changes for the help menu
authortz
Thu, 19 Feb 1998 18:52:34 +0100
changeset 846 b03f747c0ad6
parent 845 a0be2abe8127
child 847 175a6578eb81
some changes for the help menu
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Wed Feb 18 11:31:52 1998 +0100
+++ b/ToolApplicationModel.st	Thu Feb 19 18:52:34 1998 +0100
@@ -208,7 +208,7 @@
 'Turns on/off displaying help texts.'
 
 #helpTutorial
-'Opens a HTML-browser with a tutorial for beginners.'
+'Opens a HTML-Browser on the documentation file of the current application.'
 
 #history
 'History functions.'
@@ -477,7 +477,7 @@
           
            #(
              #(#MenuItem
-                #'label:' 'Tutorial'
+                #'label:' 'Open Documentation'
                 #'translateLabel:' true
                 #'value:' #openTutorial
                 #'activeHelpKey:' #helpTutorial
@@ -487,7 +487,7 @@
                 #'label:' '-'
             )
              #(#MenuItem
-                #'label:' 'Show Help'
+                #'label:' 'Show Help Texts'
                 #'translateLabel:' true
                 #'activeHelpKey:' #helpShowHelp
                 #'indication:' #'showHelp:'
@@ -1107,5 +1107,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.40 1998-02-17 19:33:53 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.41 1998-02-19 17:52:34 tz Exp $'
 ! !