checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 23 May 2001 16:45:50 +0200
changeset 1475 c13069c47858
parent 1474 bd86cf0c1a84
child 1476 d042753dfe85
checkin from browser
MIMETypes.st
--- a/MIMETypes.st	Fri May 18 19:36:35 2001 +0200
+++ b/MIMETypes.st	Wed May 23 16:45:50 2001 +0200
@@ -166,6 +166,7 @@
         'gtar'                  'application/x-gtar'
         'tgz'                   'application/x-tar-compressed'
         'zip'                   'application/x-zip-compressed'
+        'gz'                    'application/x-gzip-compressed'
         'cpio'                  'application/x-cpio'
         'shar'                  'application/x-shar'
         'jar'                   'application/java-archive'
@@ -531,6 +532,6 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.31 2001-05-18 17:36:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.32 2001-05-23 14:45:50 cg Exp $'
 ! !
 MIMETypes initialize!