# HG changeset patch # User Claus Gittinger # Date 1450703195 -3600 # Node ID 001b42c176a51573832cea35e242c0d9cfd1bcb5 # Parent fe9b394eb105915f4730eb3c711a532f9afd8ff5 #DOCUMENTATION class: MIMETypes comment/format in: #mimeTypeFromString: diff -r fe9b394eb105 -r 001b42c176a5 MIMETypes.st --- a/MIMETypes.st Sat Dec 19 04:37:34 2015 +0000 +++ b/MIMETypes.st Mon Dec 21 14:06:35 2015 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1997 by eXept Software AG All Rights Reserved @@ -984,8 +982,9 @@ ^ MIMEType fromString:mimeTypeString " - self mimeTypeFromString:'image/gif' - self mimeTypeFromString:'application/x-expecco-testsuite' + MIMETypes mimeTypeFromString:'text/html' + MIMETypes mimeTypeFromString:'image/gif' + MIMETypes mimeTypeFromString:'application/x-expecco-testsuite' " !