#REFACTORING
authorClaus Gittinger <cg@exept.de>
Thu, 29 Oct 2015 09:47:35 +0100
changeset 3237 de989be6d856
parent 3236 2e494c0bcf47
child 3238 04a843a6ae79
#REFACTORING class: MenuEditor changed: #doBrowseApplicationMethodFor:
MenuEditor.st
--- 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