MIMETypes.st
changeset 1312 3b540fadf1e7
parent 1311 2a297e71602c
child 1364 7f5183004856
--- a/MIMETypes.st	Fri Jan 21 18:17:34 2000 +0100
+++ b/MIMETypes.st	Fri Jan 21 18:19:18 2000 +0100
@@ -66,7 +66,9 @@
                         application/vnd.ms-powerpoint   
                         application/x-mspowerpoint
 
+        shockwave       application/x-shockwave-flash   .swf     
 
+        futuresplash    application/futuresplash        .spl
 "
 ! !
 
@@ -433,6 +435,6 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.24 2000-01-21 17:17:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.25 2000-01-21 17:19:18 cg Exp $'
 ! !
 MIMETypes initialize!