MenuEditor.st
changeset 3237 de989be6d856
parent 3225 cf0556d88d12
child 3243 792a37911b41
--- a/MenuEditor.st	Thu Oct 29 09:47:24 2015 +0100
+++ b/MenuEditor.st	Thu Oct 29 09:47:35 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
 	      All Rights Reserved
@@ -2640,7 +2642,7 @@
         ^ self
     ].
 
-    selector := (self aspectFor:aspect) value.
+    selector := (self aspectValueFor:aspect).
     selector isEmptyOrNil ifTrue:[
         Dialog information:(resources string:'Missing name for the action/aspect method.').
         ^ self