# HG changeset patch # User Claus Gittinger # Date 1446108455 -3600 # Node ID de989be6d85692bf5c555a7f7462f251389b4b1c # Parent 2e494c0bcf4701214ac63264e685f3cd43d7affe #REFACTORING class: MenuEditor changed: #doBrowseApplicationMethodFor: diff -r 2e494c0bcf47 -r de989be6d856 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