#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Wed, 13 Sep 2017 10:26:28 +0200
changeset 4013 8e5323ca9c4d
parent 4012 af495a29eafa
child 4014 17853d377ead
#FEATURE by cg class: MIMETypes class changed: #imageTypeList
MIMETypes.st
--- a/MIMETypes.st	Wed Sep 13 10:26:09 2017 +0200
+++ b/MIMETypes.st	Wed Sep 13 10:26:28 2017 +0200
@@ -724,7 +724,7 @@
 !
 
 imageTypeList
-        "/ image formats ...
+    "/ wellknown image formats ...
 
     ^ #(
         "/ the first column is a list of extensions, the second the more-or-less official mimetype
@@ -745,12 +745,12 @@
         'xwd'           'image/x-xwindowdump'
         'ras'           'image/x-cmu-raster'
         'tga'           'image/x-targa'
-        'ico'           'image/x-ico'
+        'ico'           'image/x-icon'
         'icns'          'image/icns'  
         'dng'           'image/x-adobe-dng'
     )
 
-    "Modified: / 25-08-2017 / 15:23:45 / cg"
+    "Modified: / 13-09-2017 / 09:05:15 / cg"
 !
 
 miscFilenameList