AboutBox.st
changeset 12559 bee4ae7c8b8b
parent 9801 536bda9c36ce
child 12572 8049ed54a850
child 13953 90aee47ef256
equal deleted inserted replaced
12558:fa7dadd9fa0c 12559:bee4ae7c8b8b
   112 ' , (paddedLabelWith value:'Version' value:Smalltalk versionString),'.', Smalltalk releaseNr printString ,
   112 ' , (paddedLabelWith value:'Version' value:Smalltalk versionString),'.', Smalltalk releaseNr printString ,
   113                       ' (' , Smalltalk versionDate printString , ')
   113                       ' (' , Smalltalk versionDate printString , ')
   114 ', distributor, '
   114 ', distributor, '
   115 ', expiration , '
   115 ', expiration , '
   116 ' , (paddedLabelWith value:'Release ID' value:Smalltalk releaseIdentification) , '
   116 ' , (paddedLabelWith value:'Release ID' value:Smalltalk releaseIdentification) , '
   117 ' , (paddedLabelWith value:'Configuration' value:Smalltalk configuration) , '
   117 ' , (paddedLabelWith value:'Configuration' value:Smalltalk configuration) , ' (' , (ExternalAddress pointerSize * 8) printString,'bit)
   118 ' , (paddedLabelWith value:'Running on' value:machine) , '
   118 ' , (paddedLabelWith value:'Running on' value:machine) , '
   119 ' , (paddedLabelWith value:'Started at' value:Smalltalk imageStartTime printString) , '
   119 ' , (paddedLabelWith value:'Started at' value:Smalltalk imageStartTime printString) , '
   120 
   120 
   121 ' , Smalltalk copyrightString , '
   121 ' , Smalltalk copyrightString , '
   122 
   122 
   236 ! !
   236 ! !
   237 
   237 
   238 !AboutBox class methodsFor:'documentation'!
   238 !AboutBox class methodsFor:'documentation'!
   239 
   239 
   240 version
   240 version
   241     ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.38 2011-03-24 14:34:18 stefan Exp $'
   241     ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.39 2013-03-27 21:38:42 cg Exp $'
   242 !
   242 !
   243 
   243 
   244 version_CVS
   244 version_CVS
   245     ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.38 2011-03-24 14:34:18 stefan Exp $'
   245     ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.39 2013-03-27 21:38:42 cg Exp $'
   246 ! !
   246 ! !
       
   247