The Trunk: Morphic-mt.792.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.792.mcz

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

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

Name: Morphic-mt.792
Author: mt
Time: 30 March 2015, 11:18:11.286 am
UUID: 39a16136-7792-1345-9ca5-577960dc6494
Ancestors: Morphic-mt.791

Fix typos.

=============== Diff against Morphic-mt.791 ===============

Item was changed:
  ----- Method: ClickExerciser class>>descriptionForPartsBin (in category 'parts bin') -----
  descriptionForPartsBin
+ "ClickExerciser descriptionForPartsBin"
+ ^ self partName: 'Exercise Click'
- "WizClickExample descriptionForPartsBin"
- ^ self partName: 'ExersizeClick'
  categories: #('Demo')
+ documentation: 'An exerciser for click, double-click, and drag-click in morphic'!
- documentation: 'An exersizer for double-click in moprhic'!