Feb. 11, 2011
7:39 a.m.
Status: Accepted Owner: Torsten....@astares.de Labels: Milestone-1.3 New issue 3695 by Torsten....@astares.de: Redesign AboutBox http://code.google.com/p/pharo/issues/detail?id=3695 Beside 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.