*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 24 Feb 2006 00:59:36 +0100
changeset 2113 65cbfeee886d
parent 2112 3c4dd2e9203f
child 2114 7cd66cca06f6
*** empty log message ***
MIMETypes.st
--- a/MIMETypes.st	Thu Feb 23 22:03:19 2006 +0100
+++ b/MIMETypes.st	Fri Feb 24 00:59:36 2006 +0100
@@ -428,9 +428,9 @@
     "other formats (not by suffix, but by fileName isnstead) ..."
 
     ^ #(
-        ('makefile' 'make.proto')  'application/x-make'
-        ('exe' 'bin')              'application/octet-stream'
-        ('class')                  'application/octet-stream'
+        ('makefile' 'make.proto' 'make.spec' 'nt.mak')  'application/x-make'
+        ('exe' 'bin')                                   'application/octet-stream'
+        ('class')                                       'application/octet-stream'
     )
 !
 
@@ -994,7 +994,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.81 2006-02-03 15:29:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.82 2006-02-23 23:59:36 cg Exp $'
 ! !
 
 MIMETypes initialize!