# HG changeset patch # User Claus Gittinger # Date 1140739176 -3600 # Node ID 65cbfeee886da56ae4552f4031dfa73e875ba6ce # Parent 3c4dd2e9203f87524a661daf694898c1fb82f765 *** empty log message *** diff -r 3c4dd2e9203f -r 65cbfeee886d 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!