# HG changeset patch # User Claus Gittinger # Date 901906375 -7200 # Node ID 43e8ce3b62cad1c402f0fc74daa2aa90aad4c59d # Parent b32cfce56571905c4ed81be3293b05d47db301b8 help specs again. diff -r b32cfce56571 -r 43e8ce3b62ca UIPainter.st --- 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'!