XBMReader.st
changeset 2030 cfe668c44a8c
parent 1844 85c539787d5b
child 2051 502fbd99483d
--- a/XBMReader.st	Thu Dec 16 12:45:15 2004 +0100
+++ b/XBMReader.st	Fri Jan 07 15:35:42 2005 +0100
@@ -120,7 +120,7 @@
             (clr1 = Color white and:[clr0 = Color black]) ifTrue:[^true].
         ].
     ].
-    Transcript showCR:'XBMReader: not a b&w image.'.
+    ('XBMReader [info]: image is not a b&w (depth 1) image.') infoPrintCR.
     ^ false
 
     "Modified: / 17.8.1998 / 10:17:01 / cg"
@@ -392,7 +392,7 @@
 !XBMReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.51 2003-11-19 15:24:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.52 2005-01-07 14:35:23 cg Exp $'
 ! !
 
 XBMReader initialize!