comment
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2003 14:44:26 +0100
changeset 1685 85559494e8aa
parent 1684 34b35b8ae80f
child 1686 5d20782f58f9
comment
MenuEditor.st
--- 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 ...