drag and drop cleanup
authorClaus Gittinger <cg@exept.de>
Fri, 13 Oct 2006 18:25:43 +0200
changeset 2119 e88e67db6f3d
parent 2118 caee73c7b7dd
child 2120 270de066caa1
drag and drop cleanup
UISelectionPanel.st
--- a/UISelectionPanel.st	Fri Oct 13 17:58:31 2006 +0200
+++ b/UISelectionPanel.st	Fri Oct 13 18:25:43 2006 +0200
@@ -1606,7 +1606,7 @@
     "Created: / 13-10-2006 / 15:53:04 / cg"
 !
 
-drop:aCollectionOfDropObjects in:aComponent at:aPoint
+dropObjects:aCollectionOfDropObjects in:aComponent at:aPoint
 
     |spc top|
 
@@ -1624,7 +1624,8 @@
     ].
     self paste:spc.
 
-    "Modified: / 18.3.1999 / 18:29:19 / stefan"
+    "Modified: / 18-03-1999 / 18:29:19 / stefan"
+    "Created: / 13-10-2006 / 18:25:30 / cg"
 ! !
 
 !UISelectionPanel methodsFor:'initialization'!