diff -r e36f802cc2e4 -r 817b8ce39da7 MIMETypes.st --- a/MIMETypes.st Thu Aug 28 15:10:07 2003 +0200 +++ b/MIMETypes.st Fri Aug 29 20:12:49 2003 +0200 @@ -22,7 +22,7 @@ CharSetToFontMapping LastSuffix LastType DefaultCommandPerMIMEPerOS' poolDictionaries:'' - category:'System-Communication-Support' + category:'Net-Communication-Support' ! String variableByteSubclass:#MIMEType @@ -843,7 +843,7 @@ !MIMETypes class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.58 2003-06-03 18:07:57 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.59 2003-08-29 18:12:49 cg Exp $' ! ! MIMETypes initialize!