MenuEditor.st
changeset 2729 b21105a0a38c
parent 2664 2364532908a5
child 2797 06bae3d05b78
--- a/MenuEditor.st	Mon Dec 14 14:00:36 2009 +0100
+++ b/MenuEditor.st	Tue Dec 22 12:04:53 2009 +0100
@@ -2151,8 +2151,8 @@
 !
 
 dropLeave:aDropContext
-    "the widget is leaved; restore drop indications drawn ...
-    "
+    "restore drop indications drawn..."
+
     self changeDropLineTo:nil in:aDropContext.
 
     "Modified: / 13-10-2006 / 16:03:59 / cg"