PCXReader.st
changeset 259 62b1bbafd9ba
parent 234 b6352d13e792
child 398 aef700d15416
--- a/PCXReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/PCXReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !PCXReader class methodsFor:'documentation'!
@@ -334,6 +334,6 @@
 !PCXReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.15 1996-04-29 08:45:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.16 1996-05-10 16:45:15 cg Exp $'
 ! !
 PCXReader initialize!