Etoys: Etoys-Richo.138.mcz

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

Etoys: Etoys-Richo.138.mcz

commits-2
Ricardo Moran uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-Richo.138.mcz

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

Name: Etoys-Richo.138
Author: Richo
Time: 29 May 2012, 6:12:30 pm
UUID: 779e51cb-669f-db44-a7f1-f5aaefe9e6ca
Ancestors: Etoys-kfr.137

* The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged.

=============== Diff against Etoys-kfr.137 ===============

Item was added:
+ ----- Method: TimesRepeatTile>>localeChanged (in category 'localization') -----
+ localeChanged
+ "Hack to allow the times repeat to update when locale changes"
+ self labelMorphs first contents: 'Repeat' translated.
+ self labelMorphs second contents: (' ', ('times' translated), ' ').
+ self labelMorphs third contents: 'Do' translated
+ !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev