class: MethodFinderWindow
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 12:49:30 +0100
changeset 3193 4ab685b49b91
parent 3192 64aa6e5d90c0
child 3194 86cf12ddc8fd
class: MethodFinderWindow changed: #menu help menu layout and title (Menu_Help instead of Help)
MethodFinderWindow.st
--- a/MethodFinderWindow.st	Tue Feb 24 12:48:53 2015 +0100
+++ b/MethodFinderWindow.st	Tue Feb 24 12:49:30 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:libtool2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ApplicationModel subclass:#MethodFinderWindow
 	instanceVariableNames:'argumentsEditor messageAnswerEditor receiverEditor receiver
 		resultSelectors arg2BoxVisible arg1BoxVisible arg4BoxVisible
@@ -415,8 +417,8 @@
             )
           )
          #(#MenuItem
-            #label: 'Help'
-            #startGroup: #right
+            label: 'MENU_Help'
+            startGroup: conditionalRight
             #submenu: 
            #(#Menu
               #(