MenuEditor.st
changeset 1685 85559494e8aa
parent 1679 876e76ae2997
child 1690 7428f8744d87
--- a/MenuEditor.st	Fri Feb 21 18:17:22 2003 +0100
+++ b/MenuEditor.st	Wed Feb 26 14:44:26 2003 +0100
@@ -1985,9 +1985,8 @@
 !
 
 dropOver:aContext
-    "called during drag & drop over the widget
-     compute new drop target source
-    "
+    "called during drag & drop while moving over the widget."
+
     |lnNr item|
 
     dropOverLine ifNil:[^ self ].       "/ context not valid to me ...