[etoys-dev] Etoys: MorphicExtras-bf.13.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 24 09:09:53 EDT 2010


Bert Freudenberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-bf.13.mcz

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

Name: MorphicExtras-bf.13
Author: bf
Time: 24 August 2010, 3:09:10 pm
UUID: 01a1eb30-2022-4eb6-af14-73eb0ef6534e
Ancestors: MorphicExtras-bf.12

- fix for SQ-767 (error in Magnifier)
- better help balloon for Quit button

=============== Diff against MorphicExtras-bf.12 ===============

Item was changed:
  ----- Method: MagnifierMorph>>isRound (in category 'round view') -----
  isRound
  
+ 	^ roundness == true!
- 	^ roundness!

Item was changed:
  ----- Method: ProjectNavigationMorph>>buttonQuit (in category 'the buttons') -----
  buttonQuit
+ 	"Make and answer a button whose pressing will result in quitting out of Squeak."
- 	"Make and abswer a button whose pressing will resut in quitting out of Squeak."
  
+ 	^self makeButton: 'QUIT' translated balloonText: 'Quit Etoys (without saving)' translated for: #quitSqueak
- 	^self makeButton: 'QUIT' translated balloonText: 'Quit Etoys altogether' translated for: #quitSqueak
  !



More information about the etoys-dev mailing list