DropTarget.st
changeset 2334 ec0c03d247f5
parent 2258 bb57190f8205
--- a/DropTarget.st	Wed May 30 17:41:12 2007 +0200
+++ b/DropTarget.st	Tue Jul 03 15:18:40 2007 +0200
@@ -116,7 +116,7 @@
     "set the user defined argument; this argument is used for a drop action
      with two arguments, the context and the argument"
 
-    ^ something
+    argument := something.
 !
 
 canDropSelector
@@ -347,5 +347,5 @@
 !DropTarget class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DropTarget.st,v 1.7 2006-10-13 16:23:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DropTarget.st,v 1.8 2007-07-03 13:18:40 sr Exp $'
 ! !