MIMETypes.st
changeset 1981 52b15b1e90b6
parent 1979 0612875a95c1
child 2020 d5c5d7928433
--- a/MIMETypes.st	Wed May 12 12:58:07 2004 +0200
+++ b/MIMETypes.st	Thu May 13 20:49:16 2004 +0200
@@ -484,6 +484,7 @@
 fontForCharset:aCharSetName
     "return the font-encoding for an iso-charset"
 
+    <resource:#obsolete>
     self obsoleteMethodWarning:'use FontDescription >> fontNamePatternForCharset:'.
     ^ FontDescription fontNamePatternForCharset:aCharSetName.
 
@@ -955,7 +956,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.73 2004-05-12 09:39:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.74 2004-05-13 18:49:16 stefan Exp $'
 ! !
 
 MIMETypes initialize!