MIMETypes.st
changeset 2924 808feaad1bb3
parent 2912 f3466ea0810b
child 2937 67ef44218dc0
--- a/MIMETypes.st	Tue Jul 12 00:08:15 2011 +0200
+++ b/MIMETypes.st	Tue Jul 12 19:08:27 2011 +0200
@@ -831,9 +831,12 @@
         ].
     ].
 
+    "/ real starters
     #(
         ( #[16r4C 16r00 16r00 16r00 16r01 16r14 16r02 16r00 16r00 16r00 16r00 16r00 16rC0 16r00 16r00 16r00 16r00 16r00 16r00 16r46] 
                 #'application/x-ms-shortcut' )
+        ( 'ITOLITLS' 
+                #'application/x-ms-reader' )
         ( 'WALTOP' 
                 #'application/x-waltop-digital-notepad' )
         ('PK'                       
@@ -847,6 +850,7 @@
         ]
     ].
 
+    "/ somewhere near the beginning
     #(
             ('<body:'                   #'text/html')
             ('%!!ps-adobe'               #'application/postscript')
@@ -894,7 +898,7 @@
     ].
     ^ nil
 
-    "Modified: / 14-02-2011 / 17:24:37 / cg"
+    "Modified: / 12-07-2011 / 19:08:17 / cg"
 !
 
 suffixForMimeType:mimeType
@@ -1317,11 +1321,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.114 2011-06-27 13:58:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.115 2011-07-12 17:08:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.114 2011-06-27 13:58:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.115 2011-07-12 17:08:27 cg Exp $'
 ! !
 
 MIMETypes initialize!