The Trunk: MorphicExtras-kfr.230.mcz

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

The Trunk: MorphicExtras-kfr.230.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-kfr.230.mcz

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

Name: MorphicExtras-kfr.230
Author: kfr
Time: 15 April 2018, 9:22:34.208131 pm
UUID: 30914cda-6b5a-8945-8568-947abb06a5e4
Ancestors: MorphicExtras-kfr.229

Must use curly braces here

=============== Diff against MorphicExtras-kfr.229 ===============

Item was changed:
  ----- Method: PaintInvokingMorph class>>descriptionForPartsBin (in category 'parts bin') -----
  descriptionForPartsBin
  ^ self partName: 'Paint' translatedNoop
+ categories: {'Graphics' translatedNoop}
- categories: #('Graphics' translatedNoop)
  documentation: 'Drop this icon to start painting a new object.' translatedNoop!