The Trunk: Tools-mt.651.mcz

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

The Trunk: Tools-mt.651.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.651.mcz

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

Name: Tools-mt.651
Author: mt
Time: 13 November 2015, 10:36:56.582 am
UUID: bbc97892-6c95-482f-a50d-d752a50492c9
Ancestors: Tools-mt.650

Make both window labels for inspector and explorer consistent.

=============== Diff against Tools-mt.650 ===============

Item was changed:
  ----- Method: ObjectExplorer>>label (in category 'accessing') -----
  label
 
+ ^ self rootObject printStringLimitedTo: 40!
- ^ self rootObject printStringLimitedTo: 32!