StdSysC.st
changeset 124 6f00394c5a4a
parent 114 e577a2f332d0
child 128 dd248b6322d7
equal deleted inserted replaced
123:39e9679c132d 124:6f00394c5a4a
    41     (to allow for subclasses to be filed in).
    41     (to allow for subclasses to be filed in).
    42 "
    42 "
    43 !
    43 !
    44 
    44 
    45 version
    45 version
    46     ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.8 1995-11-11 16:05:00 cg Exp $'
    46     ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.9 1995-11-23 10:40:23 cg Exp $'
    47 ! !
    47 ! !
    48 
    48 
    49 !StandardSystemController methodsFor:'startup'!
    49 !StandardSystemController methodsFor:'startup'!
    50 
    50 
    51 open
    51 open
    52     view open
    52     view open
    53 ! !
    53 ! !
       
    54