TIFFReader.st
changeset 1745 4fa0fad2a463
parent 1712 3200e675c9cf
child 1748 0ad7db36c871
--- a/TIFFReader.st	Thu Apr 10 13:21:46 2003 +0200
+++ b/TIFFReader.st	Thu Apr 10 16:26:11 2003 +0200
@@ -19,7 +19,7 @@
 		colorMapPos orientation'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images-Support'
+	category:'Graphics-Images-Readers'
 !
 
 !TIFFReader class methodsFor:'documentation'!
@@ -2220,7 +2220,7 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.69 2003-03-02 18:46:02 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.70 2003-04-10 14:25:54 cg Exp $'
 ! !
 
 TIFFReader initialize!