Bert Freudenberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-bf.129.mcz==================== Summary ====================
Name: Etoys-bf.129
Author: bf
Time: 16 March 2012, 10:57:01 am
UUID: 336cf039-1cae-438a-bf1e-b0a2cbf19ade
Ancestors: Etoys-kfr.128
properly fix missing ')' in menu SQ-1044
=============== Diff against Etoys-kfr.128 ===============
Item was changed:
----- Method: FollowingWatcher>>addCustomMenuItems:hand: (in category 'accessing') -----
addCustomMenuItems: aMenu hand: aHand
"Add morph-specific items to a menu."
aMenu addUpdating: #attachmentEdgeString action: #chooseAttachmentEdge.
+ aMenu add: ('offset (currently {1})' translated format: {offset printString}) action: #chooseOffset.
- aMenu add: (('offset (currently {1}' translated format: {offset printString}), ')') action: #chooseOffset.
aMenu balloonTextForLastItem: 'fine-tune the position of this watcher relative to its chosen attachment edge' translated!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev