checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 19 Nov 1999 15:18:51 +0100
changeset 1269 4362ec6dd5c2
parent 1268 26176cd448fd
child 1270 774bf14543af
checkin from browser
MIMETypes.st
--- a/MIMETypes.st	Fri Nov 19 14:27:55 1999 +0100
+++ b/MIMETypes.st	Fri Nov 19 15:18:51 1999 +0100
@@ -129,6 +129,7 @@
         'csh'                   'application/x-csh'
         'tcl'                   'application/x-tcl'
         'pl'                    'application/x-perl'
+        'mak'                   'application/x-make'
 
         "/ compressors / archivers
         'tar'                   'application/x-tar'
@@ -194,7 +195,7 @@
      self initialize
     "
 
-    "Modified: / 1.8.1998 / 17:50:57 / cg"
+    "Modified: / 19.11.1999 / 15:01:53 / cg"
 ! !
 
 !MIMETypes class methodsFor:'accessing'!
@@ -353,6 +354,6 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.17 1999-08-20 09:57:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.18 1999-11-19 14:18:51 cg Exp $'
 ! !
 MIMETypes initialize!