changed #copyDataEvent:eventData:
authorClaus Gittinger <cg@exept.de>
Wed, 23 Jul 2008 15:47:25 +0200
changeset 2526 d2be37e49195
parent 2525 645e5cc2fb38
child 2527 ff77cb089e9e
changed #copyDataEvent:eventData:
ApplicationModel.st
--- a/ApplicationModel.st	Wed Jul 23 14:17:02 2008 +0200
+++ b/ApplicationModel.st	Wed Jul 23 15:47:25 2008 +0200
@@ -3038,7 +3038,7 @@
      Subclasses prepared to receive them should redefine this method"
 !
 
-copyDataEvent:msgType eventData:msgData
+copyDataEvent:parameter eventData:msgData
     "a client message - very Win32 specific and only useful for special applications.
      Subclasses prepared to receive them should redefine this method"
 !
@@ -3172,7 +3172,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.256 2008-07-22 15:31:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.257 2008-07-23 13:47:25 cg Exp $'
 ! !
 
 ApplicationModel initialize!