WindowsIconReader.st
changeset 623 ea587e8fd435
parent 565 03b84a590f49
child 647 6f26c76aa0c9
--- a/WindowsIconReader.st	Tue Jun 24 16:19:35 1997 +0200
+++ b/WindowsIconReader.st	Tue Jun 24 22:05:25 1997 +0200
@@ -55,7 +55,7 @@
     "tell Image-class, that a new fileReader is present
      for the '.bmp' and '.ico' extensions."
 
-    Image addReader:self suffix:'bmp'.
+    Image addReader:self suffix:'bmp' mimeType:'image/x-MS-bmp'.
     Image addReader:self suffix:'ico'.
 
     "Modified: 1.2.1997 / 15:03:59 / cg"
@@ -668,6 +668,6 @@
 !WindowsIconReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.32 1997-04-24 20:10:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.33 1997-06-24 20:05:13 cg Exp $'
 ! !
 WindowsIconReader initialize!