#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 07 Jun 2018 19:21:31 +0200
changeset 4116 de0efe21503e
parent 4115 1afedd824b71
child 4117 c73cb84295d5
#UI_ENHANCEMENT by cg class: ToolApplicationModel class changed: #helpSpec useless texts removed
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Thu Jun 07 19:20:47 2018 +0200
+++ b/ToolApplicationModel.st	Thu Jun 07 19:21:31 2018 +0200
@@ -258,9 +258,6 @@
 
     ^ super helpSpec addPairsFrom:#(
 
-#about
-'Info functions'
-
 #aboutSTX
 'Info about the running ST/X'
 
@@ -318,9 +315,6 @@
 #editUndo
 'Undo the last action'
 
-#file
-'File functions'
-
 #fileBrowseClass
 'Open a System Browser on the current class'
 
@@ -336,9 +330,6 @@
 #generate
 'Code generation'
 
-#help
-'Help functions'
-
 #helpHelpTool
 'Show the Help Tools documentation'
 
@@ -364,6 +355,8 @@
 'Test functions'
 
 )
+
+    "Modified: / 07-06-2018 / 18:16:40 / Claus Gittinger"
 ! !
 
 !ToolApplicationModel class methodsFor:'history'!