changed: #miscFilenameList
authorClaus Gittinger <cg@exept.de>
Wed, 07 Apr 2010 20:10:59 +0200
changeset 2830 2945a046a7f5
parent 2829 e23fc319064d
child 2831 268d46d45ebd
changed: #miscFilenameList
MIMETypes.st
--- a/MIMETypes.st	Tue Mar 09 13:08:06 2010 +0100
+++ b/MIMETypes.st	Wed Apr 07 20:10:59 2010 +0200
@@ -532,7 +532,7 @@
 
     ^ #(
         ('makefile' 'make.proto' 'make.spec' 'nt.mak')  'application/x-make'
-        ('exe' 'bin')                                   'application/octet-stream'
+        ('exe' 'bin' 'com')                             'application/octet-stream'
         ('class')                                       'application/octet-stream'
         ('top')                                         'application/x-waltop-digital-notepad'
     )
@@ -1301,11 +1301,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.106 2010-02-02 14:18:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.107 2010-04-07 18:10:59 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.106 2010-02-02 14:18:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.107 2010-04-07 18:10:59 cg Exp $'
 ! !
 
 MIMETypes initialize!