Issue 3695 in pharo: Redesign AboutBox
Posted by
pharo on
Feb 11, 2011; 7:39am
URL: https://forum.world.st/Issue-3695-in-pharo-Redesign-AboutBox-tp3300874.html
Status: Accepted
Owner:
[hidden email]
Labels: Milestone-1.3
New issue 3695 by
[hidden email]: Redesign AboutBox
http://code.google.com/p/pharo/issues/detail?id=3695Beside the Pharo number we should display VM infos
in the about box too:
Smalltalk isRunningCog
We should also display the JIT version (if running Cog):
Smalltalk getSystemAttribute: 1008
It is also confusing that SmalltalkImage>>aboutThisSystem
uses a "LongMessageDialogWindow" for the about box although
there is a class "AboutDialogWindow" (which is not used) in
the image.