PNGReader.st
changeset 1745 4fa0fad2a463
parent 1694 3a77d9b69cf7
child 1759 f52382e5a9b8
--- a/PNGReader.st	Thu Apr 10 13:21:46 2003 +0200
+++ b/PNGReader.st	Thu Apr 10 16:26:11 2003 +0200
@@ -19,7 +19,7 @@
 		redBytes greenBytes blueBytes'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images-Support'
+	category:'Graphics-Images-Readers'
 !
 
 !PNGReader class methodsFor:'documentation'!
@@ -441,7 +441,7 @@
 !PNGReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PNGReader.st,v 1.5 2003-02-04 08:57:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PNGReader.st,v 1.6 2003-04-10 14:25:36 cg Exp $'
 ! !
 
 PNGReader initialize!