changed: #doBrowseActionMethod
authorClaus Gittinger <cg@exept.de>
Tue, 20 Oct 2009 10:41:17 +0200
changeset 2630 8d19a544d5da
parent 2629 61f3f3a13b9e
child 2631 8d74338aa3bd
changed: #doBrowseActionMethod implements -> includesSelector
MenuEditor.st
--- a/MenuEditor.st	Tue Oct 20 10:38:40 2009 +0200
+++ b/MenuEditor.st	Tue Oct 20 10:41:17 2009 +0200
@@ -2617,7 +2617,7 @@
         ^ self
     ].
 
-    (cls implements:selector) ifFalse:[
+    (cls includesSelector:selector) ifFalse:[
         category := UserPreferences current categoryForMenuActionsMethods.
 
         CodeGeneratorTool