UIPainter.st
changeset 935 43e8ce3b62ca
parent 934 b32cfce56571
child 938 6474ca79b6ad
--- a/UIPainter.st	Fri Jul 31 19:25:12 1998 +0200
+++ b/UIPainter.st	Fri Jul 31 19:32:55 1998 +0200
@@ -224,16 +224,19 @@
 'Generates startup/release methods. (#closeRequest, #postBuildWith:, #postOpenWith:)'
 
 #helpExamples
-'Opens a HTML-Browser on the documentation file with some examples of the GUI Painter.'
+'Show some examples uses of the GUI Painter.'
 
 #helpFunctions
-'Opens a HTML-Browser on the documentation file with the functions of the GUI Painter.'
+'Show the documentation on the GUI Painters menu and button functions.'
 
 #helpLayoutTool
-'Opens a HTML-Browser on the documentation file of the Layout Tool.'
+'Show the Layout Tools documentation.'
 
 #helpSelectedWidget
-'Opens a HTML-Browser on the documentation file of the selected widget.'
+'Show the documentation of the selected widget.'
+
+#helpTutorial
+'Show the GUI Painters documentation.'
 
 #historyMenuItem
 'Edit this windowSpec.'
@@ -291,7 +294,7 @@
 
 )
 
-    "Modified: / 31.7.1998 / 19:24:19 / cg"
+    "Modified: / 31.7.1998 / 19:29:53 / cg"
 ! !
 
 !UIPainter class methodsFor:'helpers'!