FilenameEditFieldV2.st
changeset 5140 36c7da05d814
parent 5012 47e675b8c9fe
child 6104 8159f0753b92
equal deleted inserted replaced
5139:4cef12eebbb7 5140:36c7da05d814
     1 "
     1 "
     2  COPYRIGHT (c) 1994 by Claus Gittinger
     2  COPYRIGHT (c) 2002 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
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
    22 
    22 
    23 !FilenameEditFieldV2 class methodsFor:'documentation'!
    23 !FilenameEditFieldV2 class methodsFor:'documentation'!
    24 
    24 
    25 copyright
    25 copyright
    26 "
    26 "
    27  COPYRIGHT (c) 1994 by Claus Gittinger
    27  COPYRIGHT (c) 2002 by eXept Software AG
    28 	      All Rights Reserved
    28               All Rights Reserved
    29 
    29 
    30  This software is furnished under a license and may be used
    30  This software is furnished under a license and may be used
    31  only in accordance with the terms of that license and with the
    31  only in accordance with the terms of that license and with the
    32  inclusion of the above copyright notice.   This software may not
    32  inclusion of the above copyright notice.   This software may not
    33  be provided or otherwise made available to, or used by, any
    33  be provided or otherwise made available to, or used by, any
   268 ! !
   268 ! !
   269 
   269 
   270 !FilenameEditFieldV2 class methodsFor:'documentation'!
   270 !FilenameEditFieldV2 class methodsFor:'documentation'!
   271 
   271 
   272 version
   272 version
   273     ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.7 2003-07-01 09:35:44 cg Exp $'
   273     ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.8 2003-08-29 19:27:45 cg Exp $'
   274 ! !
   274 ! !