The Inbox: Morphic-laza.514.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Morphic-laza.514.mcz

commits-2
Alexander Lazarević uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-laza.514.mcz

==================== Summary ====================

Name: Morphic-laza.514
Author: laza
Time: 13 January 2011, 12:56:40.756 pm
UUID: af393268-630c-3247-87e1-f67e9a72db16
Ancestors: Morphic-cmm.513

Offer a more detailed info for aboutSqueak

=============== Diff against Morphic-cmm.513 ===============

Item was changed:
  ----- Method: TheWorldMainDockingBar>>aboutSqueak (in category 'menu actions') -----
  aboutSqueak
+ SmalltalkImage current aboutThisSystem!
- UserDialogBoxMorph
- inform: SmalltalkImage current systemInformationString withCRs
- title: 'About Squeak:'
- at: World center.
- !