[squeak-dev] The Trunk: ReleaseBuilder-fbs.80.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 18 18:38:59 UTC 2012


Frank Shearar uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-fbs.80.mcz

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

Name: ReleaseBuilder-fbs.80
Author: fbs
Time: 5 December 2012, 8:46:36.637 pm
UUID: a9b7f4c2-2aed-452b-be39-2497d71dd233
Ancestors: ReleaseBuilder-fbs.79

Match Morphic-fbs.630's API change to the "welcome to squeak" workspace.

=============== Diff against ReleaseBuilder-fbs.79 ===============

Item was changed:
  ----- Method: ReleaseBuilderFor4dot4 class>>openWelcomeWorkspaces (in category 'private') -----
  openWelcomeWorkspaces
  	TheWorldMainDockingBar instance
  		showWelcomeText: #squeakUserInterface
  		label: 'Squeak User Interface'
  		in: (40 @ 40 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #workingWithSqueak
  		label: 'Working With Squeak'
  		in: (80 @ 80 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #licenseInformation
  		label: 'License Information'
  		in: (120 @ 120 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
  		showWelcomeText: #welcomeFutureDirections
  		label: 'Future Directions'
  		in: (160 @ 160 extent: 500 @ 300).
  	TheWorldMainDockingBar instance
+ 		showWelcomeText: #welcomeToSqueak
- 		showWelcomeText: #welcomeToSqueak44
  		label: 'Welcome to Squeak 4.4'
  		in: (200 @ 200 extent: 500 @ 300)!



More information about the Squeak-dev mailing list