MIMETypes.st
changeset 2020 d5c5d7928433
parent 1981 52b15b1e90b6
child 2023 70c535a959be
--- a/MIMETypes.st	Thu Oct 14 11:53:28 2004 +0200
+++ b/MIMETypes.st	Mon Oct 18 15:48:30 2004 +0200
@@ -417,6 +417,7 @@
         'xwd'           'image/x-xwindowdump'
         'ras'           'image/x-cmu-raster'
         'tga'           'image/x-targa'
+        'ico'           'image/x-ico'
     ) 
 !
 
@@ -956,7 +957,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.74 2004-05-13 18:49:16 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.75 2004-10-18 13:48:30 penk Exp $'
 ! !
 
 MIMETypes initialize!