MIMETypes.st
changeset 1800 817b8ce39da7
parent 1783 faf721f692ae
child 1818 90fa28e1312d
--- 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!