# HG changeset patch # User Claus Gittinger # Date 1155208452 -7200 # Node ID 238addf39fe1b0bffa34cda26cb299e85f5aa8cf # Parent 67b535daf0cb99df310ad58dad4e44db2c12bfb8 *** empty log message *** diff -r 67b535daf0cb -r 238addf39fe1 MenuEditor.st --- a/MenuEditor.st Tue Jul 25 08:26:40 2006 +0200 +++ b/MenuEditor.st Thu Aug 10 13:14:12 2006 +0200 @@ -4997,12 +4997,9 @@ !MenuEditor::ResourceEditor methodsFor:'aspects'! entryCompletionForRetriever - ^ [ :s :field | - |info| - - info := Smalltalk classnameCompletion:s. - field contents:info first. - ]. + ^ DoWhatIMeanSupport classNameEntryCompletionBlock. + + "Modified: / 10-08-2006 / 12:55:22 / cg" ! iconAndLabelHolder