changed: #windowsMenu
authorClaus Gittinger <cg@exept.de>
Sat, 28 Apr 2012 18:20:43 +0200
changeset 11492 ef0d07019721
parent 11491 226e00e4e70d
child 11493 5d0dad6dc12f
changed: #windowsMenu
NewLauncher.st
--- a/NewLauncher.st	Sat Apr 28 18:13:27 2012 +0200
+++ b/NewLauncher.st	Sat Apr 28 18:20:43 2012 +0200
@@ -3145,13 +3145,14 @@
             label: 'Window Tree'
             itemValue: openWindowTreeInspector
             translateLabel: true
+            labelImage: (ResourceRetriever ToolbarIconLibrary viewInspect22x22Icon 'Window Tree')
           )
          (MenuItem
             activeHelpKey: flyByWindowInformation
             label: 'FlyBy Window Information'
             itemValue: showFlyByWindowInformation
             translateLabel: true
-            labelImage: (ResourceRetriever ToolbarIconLibrary viewInspect22x22Icon 'FlyBy Window Information')
+            labelImage: (ResourceRetriever ToolbarIconLibrary viewFlyByInfo22x22Icon 'FlyBy Window Information')
           )
          (MenuItem
             label: '-'
@@ -3228,8 +3229,6 @@
         nil
         nil
       )
-
-    "Modified: / 27-04-2012 / 13:40:41 / cg"
 ! !
 
 !NewLauncher class methodsFor:'oldstyle-menu specs'!
@@ -4974,11 +4973,11 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.431 2012-04-27 12:14:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.432 2012-04-28 16:20:43 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.431 2012-04-27 12:14:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.432 2012-04-28 16:20:43 cg Exp $'
 !
 
 version_SVN