class: MIMETypeIconLibrary
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2014 18:52:22 +0100
changeset 3420 52646fb62106
parent 3419 2e30918fce3a
child 3421 59935a50266f
class: MIMETypeIconLibrary added: #documentation
MIMETypeIconLibrary.st
--- a/MIMETypeIconLibrary.st	Thu Dec 04 02:29:39 2014 +0100
+++ b/MIMETypeIconLibrary.st	Thu Dec 04 18:52:22 2014 +0100
@@ -32,6 +32,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    an icon library especially for file type icons as per mime type.
+    Notice, that a variant exists for macosx, with slightly different icons.
+"
 ! !
 
 !MIMETypeIconLibrary class methodsFor:'initialization'!
@@ -608,11 +615,11 @@
 !MIMETypeIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.26 2014-11-23 16:56:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.27 2014-12-04 17:52:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.26 2014-11-23 16:56:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.27 2014-12-04 17:52:22 cg Exp $'
 ! !