[etoys-dev] Etoys: Etoys-kfr.125.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 12 04:52:38 EDT 2012


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!



More information about the etoys-dev mailing list