MIMETypes.st
changeset 1779 c0bd3dcd9ee4
parent 1778 6a019cc68896
child 1780 ba94d562efe8
--- a/MIMETypes.st	Mon May 19 22:28:32 2003 +0200
+++ b/MIMETypes.st	Mon May 19 22:29:50 2003 +0200
@@ -318,7 +318,7 @@
         'rtf'                        'application/rtf'
         "/ 'rtf'                        'text/rtf'            ????
         "/ 'doc'                        'application/winword'
-        'doc'                        'application/msword'
+        'doc'                        'application/ms-word-document'
         'swf'                        'application/x-shockwave-flash'
         ('ppt' 'ppz' 'pot' 'pps')    'application/mspowerpoint'
         'xls'                        'application/x-excel'
@@ -824,7 +824,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.55 2003-05-19 20:28:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.56 2003-05-19 20:29:50 cg Exp $'
 ! !
 
 MIMETypes initialize!