[squeak-dev] The Trunk: Morphic-laza.160.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Aug 22 08:08:20 UTC 2009


Alexander Lazarević uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-laza.160.mcz

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

Name: Morphic-laza.160
Author: laza
Time: 22 August 2009, 10:07:13 am
UUID: 4634da28-ef8b-d247-a03c-4a4b44082d6b
Ancestors: Morphic-ar.159

Change the Browser entry of the convenient section on the top of the WorldMenu not to open Browser but the default browser that can be changed by the window menu of any browser

=============== Diff against Morphic-ar.159 ===============

Item was changed:
  ----- Method: TheWorldMenu>>makeConvenient: (in category 'construction') -----
  makeConvenient: menu
  	self
  		fillIn: menu
  		from: {
+ 			{ 'Browser'. { StandardToolSet. #openClassBrowser }. 'open a browser' }.
- 			{ 'Browser'. { Browser. #open }. 'open a browser' }.
  			{ 'Workspace'. { Workspace. #open }. 'open a workspace' }.
  			{ 'Transcript'. { Transcript. #open }. 'open a transcript' }.
  			{ 'Test Runner'. { TestRunner. #open }. 'open a test runner' }.
  			nil
  		}!




More information about the Squeak-dev mailing list