XBMReader.st
changeset 1745 4fa0fad2a463
parent 1710 ad35e6a18e98
child 1805 93f557cbe600
--- a/XBMReader.st	Thu Apr 10 13:21:46 2003 +0200
+++ b/XBMReader.st	Thu Apr 10 16:26:11 2003 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images-Support'
+	category:'Graphics-Images-Readers'
 !
 
 !XBMReader class methodsFor:'documentation'!
@@ -365,7 +365,7 @@
 !XBMReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.46 2003-03-02 18:39:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.47 2003-04-10 14:25:21 cg Exp $'
 ! !
 
 XBMReader initialize!