MultiViewToolApplication.st
changeset 9143 51e187ace003
parent 9058 83d47c6efdbf
child 9380 346a2a59c410
--- a/MultiViewToolApplication.st	Fri Oct 30 12:52:11 2009 +0100
+++ b/MultiViewToolApplication.st	Fri Oct 30 12:52:25 2009 +0100
@@ -64,6 +64,32 @@
     "Created: / 14-07-2007 / 16:38:47 / cg"
 ! !
 
+!MultiViewToolApplication class methodsFor:'help specs'!
+
+flyByHelpSpec
+    "This resource specification was automatically generated
+     by the UIHelpTool of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the UIHelpTool may not be able to read the specification."
+
+    "
+     UIHelpTool openOnClass:MultiViewToolApplication    
+    "
+
+    <resource: #help>
+
+    ^ super flyByHelpSpec addPairsFrom:#(
+
+#hideToolBar
+'Hide Toolbar. Show again via the "View"-Menu'
+
+#hideEditToolBar
+'Hide Edit-Toolbar. Show again via the "View"-Menu'
+
+)
+! !
+
 !MultiViewToolApplication class methodsFor:'image specs'!
 
 hideToolBarIcon
@@ -144,7 +170,7 @@
                     label: 'hideToolBarIcon'
                     name: 'HideEditToolBarButton'
                     layout: (LayoutFrame 0 0 0 0 13 0 0 1)
-                    activeHelpKey: hideToolBar
+                    activeHelpKey: hideEditToolBar
                     hasCharacterOrientedLabel: false
                     translateLabel: true
                     model: hideEditToolbar
@@ -1304,9 +1330,9 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.33 2009-10-23 09:20:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.34 2009-10-30 11:52:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.33 2009-10-23 09:20:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.34 2009-10-30 11:52:25 cg Exp $'
 ! !