diff -r e98e50a3c3b9 -r 4fa0fad2a463 TargaReader.st --- 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!