OldLauncher.st
branchjv
changeset 12650 e0f607754b9a
parent 12125 0c49a3b13e43
child 15566 184cea584be5
equal deleted inserted replaced
12630:18d06283743d 12650:e0f607754b9a
     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
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
    14 
    13 
    15 StandardSystemView subclass:#OldLauncher
    14 StandardSystemView subclass:#OldLauncher
    16 	instanceVariableNames:'myMenu logoLabel'
    15 	instanceVariableNames:'myMenu logoLabel'
    17 	classVariableNames:''
    16 	classVariableNames:''
  1045 
  1044 
  1046 !OldLauncher class methodsFor:'documentation'!
  1045 !OldLauncher class methodsFor:'documentation'!
  1047 
  1046 
  1048 version
  1047 version
  1049     ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.42 2001/09/10 13:45:26 cg Exp $'
  1048     ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.42 2001/09/10 13:45:26 cg Exp $'
  1050 ! !
  1049 !
       
  1050 
       
  1051 version_HG
       
  1052 
       
  1053     ^ '$Changeset: <not expanded> $'
       
  1054 ! !
       
  1055