*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 10 Aug 2006 13:14:12 +0200
changeset 2057 238addf39fe1
parent 2056 67b535daf0cb
child 2058 584f6f6bb171
*** empty log message ***
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