MIMETypeIconLibrary.st
changeset 3420 52646fb62106
parent 3403 67c06ca6cbd6
child 3421 59935a50266f
equal deleted inserted replaced
3419:2e30918fce3a 3420:52646fb62106
    29  only in accordance with the terms of that license and with the
    29  only in accordance with the terms of that license and with the
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
       
    34 "
       
    35 !
       
    36 
       
    37 documentation
       
    38 "
       
    39     an icon library especially for file type icons as per mime type.
       
    40     Notice, that a variant exists for macosx, with slightly different icons.
    34 "
    41 "
    35 ! !
    42 ! !
    36 
    43 
    37 !MIMETypeIconLibrary class methodsFor:'initialization'!
    44 !MIMETypeIconLibrary class methodsFor:'initialization'!
    38 
    45 
   606 ! !
   613 ! !
   607 
   614 
   608 !MIMETypeIconLibrary class methodsFor:'documentation'!
   615 !MIMETypeIconLibrary class methodsFor:'documentation'!
   609 
   616 
   610 version
   617 version
   611     ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.26 2014-11-23 16:56:09 cg Exp $'
   618     ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.27 2014-12-04 17:52:22 cg Exp $'
   612 !
   619 !
   613 
   620 
   614 version_CVS
   621 version_CVS
   615     ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.26 2014-11-23 16:56:09 cg Exp $'
   622     ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.27 2014-12-04 17:52:22 cg Exp $'
   616 ! !
   623 ! !
   617 
   624 
   618 
   625 
   619 MIMETypeIconLibrary initialize!
   626 MIMETypeIconLibrary initialize!