XWorkstation.st
changeset 3885 f00086641b23
parent 3883 4e01a59afccb
child 3886 538d4ca3a587
--- a/XWorkstation.st	Wed May 07 17:00:12 2003 +0200
+++ b/XWorkstation.st	Wed May 07 17:03:31 2003 +0200
@@ -5563,7 +5563,7 @@
     super startDispatch
 ! !
 
-!XWorkstation methodsFor:'event handling - old dispatch'!
+!XWorkstation methodsFor:'event handling-old dispatch'!
 
 buttonPress:button x:x y:y view:aView
     "forward a button-press event for some view"
@@ -10996,7 +10996,7 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.431 2003-05-07 14:55:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.432 2003-05-07 15:03:31 cg Exp $'
 ! !
 
 XWorkstation initialize!