#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Wed, 11 Jul 2018 12:07:10 +0200
changeset 4146 1caea5ec90da
parent 4145 1bc96f1a16f9
child 4147 83f4ab7e5aee
#OTHER by stefan class: MIMETypes class changed: #miscFilenameList use vnd.microsoft.portable-executable for .exe and .com files
MIMETypes.st
--- a/MIMETypes.st	Thu Jul 05 12:31:09 2018 +0200
+++ b/MIMETypes.st	Wed Jul 11 12:07:10 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG 
 	      All Rights Reserved
@@ -793,13 +795,14 @@
         "/ the first column is a list of extensions, the second the more-or-less official MIME type
 
         ('makefile' 'make.proto' 'make.spec' 'nt.mak')  'application/x-make'
-        ('exe' 'bin' 'com')                             'application/octet-stream'
+        ('exe' 'bin' 'com')                             'vnd.microsoft.portable-executable'
         ('class')                                       'application/octet-stream'
         ('top')                                         'application/x-waltop-digital-notepad'
     )
 
     "Modified (comment): / 05-02-2017 / 19:38:00 / cg"
     "Modified (comment): / 01-03-2018 / 19:09:17 / mawalch"
+    "Modified: / 09-07-2018 / 10:53:43 / Stefan Vogel"
 !
 
 osSpecificTypeList