MIMETypes.st
changeset 1216 26fe79e724d0
parent 1188 bea6424548e3
child 1221 1436ca154fe0
--- a/MIMETypes.st	Wed Aug 04 16:13:59 1999 +0200
+++ b/MIMETypes.st	Tue Aug 10 12:18:47 1999 +0200
@@ -77,7 +77,7 @@
     #(
         "/ image formats ...
 
-        'jpg'           'image/jpeg'
+        ('jpg' 'jpeg')  'image/jpeg'
         'gif'           'image/gif'
         ('tif' 'tiff')  'image/tiff'
         'xbm'           'image/x-xbitmap'
@@ -92,6 +92,7 @@
         'pnm'           'image/x-portable-anymap'
         'xwd'           'image/x-xwindowdump'
         'ras'           'image/x-cmu-raster'
+        'tga'           'image/x-targa'
 
         "/ misc text ...
 
@@ -345,6 +346,6 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.15 1999-06-18 22:44:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.16 1999-08-10 10:18:47 cg Exp $'
 ! !
 MIMETypes initialize!