AboutBox.st
changeset 12559 bee4ae7c8b8b
parent 9801 536bda9c36ce
child 12572 8049ed54a850
child 13953 90aee47ef256
--- a/AboutBox.st	Wed Mar 27 20:45:01 2013 +0100
+++ b/AboutBox.st	Wed Mar 27 22:38:42 2013 +0100
@@ -114,7 +114,7 @@
 ', distributor, '
 ', expiration , '
 ' , (paddedLabelWith value:'Release ID' value:Smalltalk releaseIdentification) , '
-' , (paddedLabelWith value:'Configuration' value:Smalltalk configuration) , '
+' , (paddedLabelWith value:'Configuration' value:Smalltalk configuration) , ' (' , (ExternalAddress pointerSize * 8) printString,'bit)
 ' , (paddedLabelWith value:'Running on' value:machine) , '
 ' , (paddedLabelWith value:'Started at' value:Smalltalk imageStartTime printString) , '
 
@@ -238,9 +238,10 @@
 !AboutBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.38 2011-03-24 14:34:18 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.39 2013-03-27 21:38:42 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.38 2011-03-24 14:34:18 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.39 2013-03-27 21:38:42 cg Exp $'
 ! !
+