category
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 20:12:49 +0200
changeset 1800 817b8ce39da7
parent 1799 e36f802cc2e4
child 1801 77ac39118b84
category
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!