FileSelectionItem.st
changeset 489 45b03c9e0277
parent 486 d981d312947d
child 493 babd683808e3
equal deleted inserted replaced
488:bb017dc6df4f 489:45b03c9e0277
     1 "
     1 "
     2  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
     2  COPYRIGHT (c) 1997 by eXept Software AG
     3               All Rights Reserved
     3               All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    35 
    35 
    36 !FileSelectionItem class methodsFor:'documentation'!
    36 !FileSelectionItem class methodsFor:'documentation'!
    37 
    37 
    38 copyright
    38 copyright
    39 "
    39 "
    40  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
    40  COPYRIGHT (c) 1997 by eXept Software AG
    41               All Rights Reserved
    41               All Rights Reserved
    42 
    42 
    43  This software is furnished under a license and may be used
    43  This software is furnished under a license and may be used
    44  only in accordance with the terms of that license and with the
    44  only in accordance with the terms of that license and with the
    45  inclusion of the above copyright notice.   This software may not
    45  inclusion of the above copyright notice.   This software may not
   379 ! !
   379 ! !
   380 
   380 
   381 !FileSelectionItem class methodsFor:'documentation'!
   381 !FileSelectionItem class methodsFor:'documentation'!
   382 
   382 
   383 version
   383 version
   384     ^ '$Header: /cvs/stx/stx/libwidg2/FileSelectionItem.st,v 1.1 1997-08-07 13:13:44 ca Exp $'
   384     ^ '$Header: /cvs/stx/stx/libwidg2/FileSelectionItem.st,v 1.2 1997-08-07 13:29:28 cg Exp $'
   385 ! !
   385 ! !