Etoys: Etoys-kfr.125.mcz

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

Etoys: Etoys-kfr.125.mcz

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

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

Name: Etoys-kfr.125
Author: kfr
Time: 12 March 2012, 9:51:40 am
UUID: 5b40b973-2958-0946-9e54-370cd7ebe224
Ancestors: Etoys-kfr.117, Etoys-bf.123

Fix typo
http://tracker.squeakland.org/browse/SQ-1040

=============== Diff against Etoys-bf.123 ===============

Item was changed:
  ----- Method: CategoryViewer>>addHeaderMorph (in category 'header pane') -----
  addHeaderMorph
  "Add the header at the top of the viewer, with a control for choosing the category, etc."
 
  | header aButton |
  header _ AlignmentMorph newRow color: self color; wrapCentering: #center; cellPositioning: #leftCenter.
  header beSticky.
  header layoutInset: 0.
  header cellInset: 0.
  aButton _ self tanOButton.
  header addMorph: aButton.
  aButton setBalloonText: 'remove this pane from the screen
+ don''t worry -- nothing will be lost!!' translated.
- don''t worry -- nothing will be lost!!.' translated.
  header addMorphBack: self spacerAfterButton.
  self addMorph: header.
  self addNamePaneTo: header.
  chosenCategorySymbol _ #basic!

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