Etoys: Etoys-kfr.143.mcz

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

Etoys: Etoys-kfr.143.mcz

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

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

Name: Etoys-kfr.143
Author: kfr
Time: 27 September 2012, 10:36:38 pm
UUID: 31935eab-77c7-3940-a48f-8c23a49cc98d
Ancestors: Etoys-bf.142

http://tracker.squeakland.org/browse/SQ-1118
partName and documentation in KeyPressMorph>>descriptionForPartsBin need to be translatable.

=============== Diff against Etoys-bf.142 ===============

Item was changed:
  ----- Method: KeyPressMorph class>>descriptionForPartsBin (in category 'parts bin') -----
  descriptionForPartsBin
  ^ self
+ partName: 'Key press' translatedNoop
+ categories: {'Just for Fun' translatedNoop}
+ documentation: 'An object that tells you when a specific key has been pressed.' translatedNoop
- partName: 'Key press'
- categories: #('Just for Fun' )
- documentation: 'An object that tells you when a specific key has been pressed.'
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: Etoys-kfr.143.mcz

Markus Schlager-2
Thanks a lot, Karl

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