WindowEvent.st
changeset 4461 adecf2db552f
parent 4459 8b13d9f5d3b5
child 4628 ebdab26dea16
--- a/WindowEvent.st	Tue Jan 10 14:31:32 2006 +0100
+++ b/WindowEvent.st	Tue Jan 10 14:33:35 2006 +0100
@@ -361,7 +361,7 @@
 dropMessage:dropTypeSymbol data:dropValue view:aView position:positionOrNil handle:dropHandleOrNil
     ^ DropEvent 
           for:aView
-          type:#dropMessage:data:position:handle
+          type:#dropMessage:data:position:handle:
           arguments:(Array with:dropTypeSymbol with:dropValue with:positionOrNil with:dropHandleOrNil)
 !
 
@@ -1435,7 +1435,7 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.84 2006-01-10 12:47:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.85 2006-01-10 13:32:48 cg Exp $'
 ! !
 
 WindowEvent::InputEvent initialize!