WinWorkstation.st
branchjv
changeset 7331 eaf6ac3ac1c4
parent 7312 e69b73023aea
child 7333 ac94a91f7626
--- a/WinWorkstation.st	Tue May 03 06:43:14 2016 +0200
+++ b/WinWorkstation.st	Tue May 03 10:08:46 2016 +0100
@@ -21,7 +21,7 @@
 	classVariableNames:'BeepDuration NativeDialogs NativeFileDialogs NativeWidgets
 		NativeWidgetClassTable StandardColorValues IgnoreSysColorChanges
 		IgnoreFontChanges SystemColorValues CanEndSession
-		VerboseNativeDialogs'
+		VerboseNativeDialogs '
 	poolDictionaries:''
 	category:'Interface-Graphics'
 !
@@ -6488,10 +6488,10 @@
 printHandleCounts
    "show prim values"
 
-    'WINWORKSTATION: pW=' errorPrint. self windowHandleCounts errorPrint.
-    'pB=' errorPrint. self bitmapHandleCounts errorPrint.
-    'pGc=' errorPrint. self gcDataHandleCounts errorPrint.
-    'pbmpdc=' errorPrint. self bitmapHandleCounts errorPrintCR
+    'WINWORKSTATION: # Windows = ' errorPrint. self windowHandleCounts errorPrintCR.
+    '                # Bitmaps = ' errorPrint. self bitmapHandleCounts errorPrintCR.
+    '                # Fonts   = ' errorPrint. self fontHandleCounts errorPrintCR.
+    '                # GC Data = ' errorPrint. self gcDataHandleCounts errorPrintCR.
 !
 
 windowHandleCounts