WindowsIconReader.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 102 b634afc009a4
equal deleted inserted replaced
98:ab8ed9e213d0 99:a656b0c9dd21
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Graphics-Images support'
    17 	 category:'Graphics-Images support'
    18 !
    18 !
    19 
    19 
    20 WindowsIconReader comment:'
       
    21 COPYRIGHT (c) 1993 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.14 1995-08-29 17:45:25 claus Exp $
       
    25 '!
       
    26 
       
    27 !WindowsIconReader class methodsFor:'documentation'!
    20 !WindowsIconReader class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1993 by Claus Gittinger
    24  COPYRIGHT (c) 1993 by Claus Gittinger
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37 "
    45 $Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.14 1995-08-29 17:45:25 claus Exp $
    38 $Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.15 1995-08-30 17:54:33 claus Exp $
    46 "
    39 "
    47 !
    40 !
    48 
    41 
    49 documentation
    42 documentation
    50 "
    43 "