WinWorkstation.st
changeset 6008 b070a5f19b64
parent 6007 0400ac2a7eb3
child 6020 24d09f0c1e6c
--- a/WinWorkstation.st	Fri Feb 08 21:47:52 2013 +0100
+++ b/WinWorkstation.st	Fri Feb 08 21:50:53 2013 +0100
@@ -6431,9 +6431,9 @@
 printHandleCounts
    "show prim values"
 
-    'WINWORKSTATION: pW=' errorPrint. self windowHandleCounts errorPrint,
-    'pB=' errorPrint. self bitmapHandleCounts errorPrint,
-    'pGc=' errorPrint. self gcDataHandleCounts errorPrint,
+    'WINWORKSTATION: pW=' errorPrint. self windowHandleCounts errorPrint.
+    'pB=' errorPrint. self bitmapHandleCounts errorPrint.
+    'pGc=' errorPrint. self gcDataHandleCounts errorPrint.
     'pbmpdc=' errorPrint. self bitmapHandleCounts errorPrintCR
 !
 
@@ -19301,11 +19301,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.472 2013-02-08 20:47:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.473 2013-02-08 20:50:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.472 2013-02-08 20:47:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.473 2013-02-08 20:50:53 cg Exp $'
 ! !