BlitImageReader.st
changeset 398 aef700d15416
parent 259 62b1bbafd9ba
child 647 6f26c76aa0c9
--- a/BlitImageReader.st	Fri Jan 31 18:59:54 1997 +0100
+++ b/BlitImageReader.st	Sat Feb 01 15:07:04 1997 +0100
@@ -61,13 +61,13 @@
     "install myself in the Image classes fileFormat table
      for files named `48x48x1' (funny)."
 
-    Image fileFormats at:'48x48x1'  put:self.
+    Image addReader:self suffix:'48x48x1'
 
     "
      BlitImageReader initialize
     "
 
-    "Modified: 23.4.1996 / 12:47:48 / cg"
+    "Modified: 1.2.1997 / 15:01:08 / cg"
 ! !
 
 !BlitImageReader class methodsFor:'special formats'!
@@ -219,6 +219,6 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.11 1996-05-10 16:45:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.12 1997-02-01 14:05:39 cg Exp $'
 ! !
 BlitImageReader initialize!