MIMETypes.st
changeset 1716 0dab062f4be4
parent 1693 4055b361abe9
child 1720 cca50de2e8e4
--- a/MIMETypes.st	Mon Mar 17 17:37:17 2003 +0100
+++ b/MIMETypes.st	Tue Mar 18 16:04:22 2003 +0100
@@ -21,7 +21,7 @@
 		CharSetToFontMapping LastSuffix LastType
 		DefaultCommandPerMIMEPerOS'
 	poolDictionaries:''
-	category:'System-Documentation'
+	category:'System-Communication-Support'
 !
 
 String variableByteSubclass:#MIMEType
@@ -778,7 +778,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.49 2003-02-03 10:01:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.50 2003-03-18 15:04:22 cg Exp $'
 ! !
 
 MIMETypes initialize!