added: #helpSpec
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jan 2012 13:19:51 +0100
changeset 11160 3f50090b9337
parent 11159 1815b3c8add1
child 11161 9225b473a0b0
added: #helpSpec changed: #flyByHelpSpec #toolbarMenu
Tools__Inspector2.st
--- a/Tools__Inspector2.st	Thu Jan 19 11:54:17 2012 +0100
+++ b/Tools__Inspector2.st	Thu Jan 19 13:19:51 2012 +0100
@@ -109,6 +109,11 @@
 #forwardInVisitingHistory
 'Move forward in the history of previously visited objects'
 
+#colorProfile
+'Change the color profile'
+
+#refresh
+'Refresh for changed object'
 
 )
 
@@ -444,6 +449,7 @@
             labelImage: (ResourceRetriever ToolbarIconLibrary startImageEditorIcon)
           )
          (MenuItem
+            activeHelpKey: refresh
             label: 'Refresh for Changed Object'
             itemValue: refreshTabs
             translateLabel: true
@@ -452,6 +458,7 @@
             labelImage: (ResourceRetriever ToolbarIconLibrary reloadIcon)
           )
          (MenuItem
+            activeHelpKey: colorProfile
             label: 'Settings'
             translateLabel: true
             isButton: true
@@ -462,8 +469,6 @@
         nil
         nil
       )
-
-    "Modified: / 17-01-2012 / 10:04:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !Inspector2 class methodsFor:'startup'!
@@ -865,7 +870,7 @@
 !Inspector2::NavigationState class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.23 2012-01-17 13:48:56 vrany Exp $'
+    ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.24 2012-01-19 12:19:51 cg Exp $'
 !
 
 version_SVN
@@ -1067,11 +1072,11 @@
 !Inspector2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.23 2012-01-17 13:48:56 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.24 2012-01-19 12:19:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.23 2012-01-17 13:48:56 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.24 2012-01-19 12:19:51 cg Exp $'
 !
 
 version_CVS_jvrany