DeviceWorkstation.st
changeset 3177 8aa3c800394a
parent 3163 0a220900ddd4
child 3186 c6cbcd34adf8
--- a/DeviceWorkstation.st	Fri Feb 11 15:59:24 2000 +0100
+++ b/DeviceWorkstation.st	Sat Feb 12 16:31:26 2000 +0100
@@ -4570,7 +4570,7 @@
     ^ self widthOf:aString from:1 to:(aString size) inFont:aFontId
 ! !
 
-!DeviceWorkstation methodsFor:'grabbing '!
+!DeviceWorkstation methodsFor:'grabbing'!
 
 activeKeyboardGrab
     "return the view, which currently has the keyboard grabbed,
@@ -6858,6 +6858,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.363 2000-02-01 13:42:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.364 2000-02-12 15:31:26 cg Exp $'
 ! !
 DeviceWorkstation initialize!