[etoys-dev] Etoys: MorphicExtras-kfr.6.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 16 09:26:18 EDT 2010


Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.6.mcz

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

Name: MorphicExtras-kfr.6
Author: kfr
Time: 16 June 2010, 3:25:53 pm
UUID: 036a3328-5fa5-7c4b-afd9-a1a31362b691
Ancestors: MorphicExtras-kfr.5

SQ-634
In Book object advanced menu under "save for later revert" option: 

Mark this page to be revertable - change spelling of revertable to revertible. 
Mark this entire book to be revertable - change spelling of revertable to revertible.

=============== Diff against MorphicExtras-kfr.5 ===============

Item was changed:
  ----- Method: BookMorph>>addSaveAndRevertItemsTo: (in category 'menu') -----
  addSaveAndRevertItemsTo: aMenu
+ 	"Add items relating to use of revertible page-prototypes "
- 	"Add items relating to use of revertable page-prototypes "
  
  	| subMenu |
  	subMenu := MenuMorph new defaultTarget: self.
+ 	subMenu add: 'mark this page to be revertible' translated action: #markForRevert..
+ 	subMenu add: 'mark entire book to be revertible' translated action: #markBookForRevert.
- 	subMenu add: 'mark this page to be revertable' translated action: #markForRevert..
- 	subMenu add: 'mark entire book to be revertable' translated action: #markBookForRevert.
  	aMenu add: 'save for later revert...' translated subMenu: subMenu!



More information about the etoys-dev mailing list