The Trunk: Morphic-mt.1037.mcz

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

The Trunk: Morphic-mt.1037.mcz

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

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

Name: Morphic-mt.1037
Author: mt
Time: 13 November 2015, 10:36:18.051 am
UUID: e9616683-5d82-4b62-9edc-0d499513037e
Ancestors: Morphic-mt.1036

Make both window labels for inspector and explorer consistent.

=============== Diff against Morphic-mt.1036 ===============

Item was changed:
  ----- Method: Morph>>defaultLabelForInspector (in category 'user interface') -----
  defaultLabelForInspector
  "Answer the default label to be used for an Inspector window on the receiver."
+ ^ self printStringLimitedTo: 40!
- ^ super printString truncateTo: 40!