class: MIMETypeIconLibrary
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2014 18:55:01 +0100
changeset 3421 59935a50266f
parent 3420 52646fb62106
child 3422 aba77672c635
class: MIMETypeIconLibrary comment/format in: #documentation
MIMETypeIconLibrary.st
--- a/MIMETypeIconLibrary.st	Thu Dec 04 18:52:22 2014 +0100
+++ b/MIMETypeIconLibrary.st	Thu Dec 04 18:55:01 2014 +0100
@@ -37,7 +37,8 @@
 documentation
 "
     an icon library especially for file type icons as per mime type.
-    Notice, that a variant exists for macosx, with slightly different icons.
+    This does not (and should not) provide icons itself - it just forwards
+    the mime-name based accessors to the standard icon library.
 "
 ! !
 
@@ -615,11 +616,11 @@
 !MIMETypeIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.27 2014-12-04 17:52:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.28 2014-12-04 17:55:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.27 2014-12-04 17:52:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.28 2014-12-04 17:55:01 cg Exp $'
 ! !