diff -r caee73c7b7dd -r e88e67db6f3d 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'!