resolveName:
authorca
Wed, 15 Oct 1997 18:05:19 +0200
changeset 340 1de048872d5e
parent 339 121b64d9b39a
child 341 0f297824bcf6
resolveName: insteat self use application
MenuEditor.st
--- a/MenuEditor.st	Wed Oct 15 18:04:37 1997 +0200
+++ b/MenuEditor.st	Wed Oct 15 18:05:19 1997 +0200
@@ -2249,7 +2249,7 @@
     |spec cls menu node|
 
     (aClass notNil and:[aSelector notNil]) ifTrue:[
-        cls := self resolveName:aClass.
+        cls := self application resolveName:aClass.
 
         (cls respondsTo:aSelector) ifTrue:[
             spec := cls perform:aSelector