ST80FormReader.st
changeset 1745 4fa0fad2a463
parent 894 35cbe1ab4484
child 1805 93f557cbe600
--- a/ST80FormReader.st	Thu Apr 10 13:21:46 2003 +0200
+++ b/ST80FormReader.st	Thu Apr 10 16:26:11 2003 +0200
@@ -10,11 +10,13 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libview2' }"
+
 ImageReader subclass:#ST80FormReader
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images-Support'
+	category:'Graphics-Images-Readers'
 !
 
 !ST80FormReader class methodsFor:'documentation'!
@@ -188,6 +190,7 @@
 !ST80FormReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.21 1998-04-06 08:34:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.22 2003-04-10 14:25:59 cg Exp $'
 ! !
+
 ST80FormReader initialize!