TargaReader.st
changeset 1745 4fa0fad2a463
parent 1738 9c85e9d8326b
child 1805 93f557cbe600
--- a/TargaReader.st	Thu Apr 10 13:21:46 2003 +0200
+++ b/TargaReader.st	Thu Apr 10 16:26:11 2003 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:'orientation bytesPerRow bytesPerPixel'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images-Support'
+	category:'Graphics-Images-Readers'
 !
 
 !TargaReader class methodsFor:'documentation'!
@@ -548,7 +548,7 @@
 !TargaReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.21 2003-04-04 17:18:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.22 2003-04-10 14:25:18 cg Exp $'
 ! !
 
 TargaReader initialize!