MenuEditor.st
changeset 340 1de048872d5e
parent 331 aa1663b8c2ab
child 356 269c117830ba
--- 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