#FEATURE
authorClaus Gittinger <cg@exept.de>
Sat, 27 Feb 2016 23:38:02 +0100
changeset 3573 7df429deaf89
parent 3572 a5f900593881
child 3574 59ab7274e722
child 3575 a9c90fe5726f
#FEATURE class: GIFReader changed: #canRepresent:
GIFReader.st
--- a/GIFReader.st	Sat Feb 27 23:37:34 2016 +0100
+++ b/GIFReader.st	Sat Feb 27 23:38:02 2016 +0100
@@ -173,7 +173,7 @@
      GIF supports depth 8 images only."
 
     anImage depth == 8 ifTrue:[^ true].
-    ('GIFReader [info]: images depth is ~~ 8.') infoPrintCR.
+    ('GIFReader [info]: image depth is not 8.') infoPrintCR.
     ^ false.
 
     "Created: 17.10.1997 / 20:19:20 / cg"