MIMETypes.st
changeset 1681 2ba809d67f16
parent 1680 d34932ed0e86
child 1691 6ee1100ba672
--- a/MIMETypes.st	Tue Dec 17 12:10:19 2002 +0100
+++ b/MIMETypes.st	Tue Dec 17 15:04:25 2002 +0100
@@ -167,7 +167,6 @@
         'wav'                   'audio/x-wav'
         ('aif' 'aiff' 'aifc')   'audio/x-aiff'
         ('au' 'snd')            'audio/basic'
-        'swf'                   'audio/x-shockwave-flash'
     )
 !
 
@@ -300,6 +299,7 @@
 
     ^ #(
         ('makefile' 'make.proto')  'application/x-make'
+        'swf'                      'application/x-shockwave-flash'
     )
 !
 
@@ -750,7 +750,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.46 2002-12-17 11:10:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.47 2002-12-17 14:04:25 cg Exp $'
 ! !
 
 MIMETypes initialize!