XBMReader.st
changeset 259 62b1bbafd9ba
parent 234 b6352d13e792
child 272 477aeb0d62b6
--- a/XBMReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/XBMReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !XBMReader class methodsFor:'documentation'!
@@ -293,6 +293,6 @@
 !XBMReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.25 1996-04-29 08:46:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.26 1996-05-10 16:45:41 cg Exp $'
 ! !
 XBMReader initialize!