[squeak-dev] The Trunk: PreferenceBrowser-ar.46.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 25 04:14:59 UTC 2010


Andreas Raab uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-ar.46.mcz

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

Name: PreferenceBrowser-ar.46
Author: ar
Time: 24 March 2010, 9:14:38.154 pm
UUID: f647dd15-96a1-f348-a5e2-14c05d0e1860
Ancestors: PreferenceBrowser-laza.45

Changed default window color pref from white to gray.

=============== Diff against PreferenceBrowser-laza.45 ===============

Item was changed:
  ----- Method: PBWindowColorPreferenceView>>initialize (in category 'initialization') -----
  initialize
  	super initialize.
  	self addActionTitled: 'Bright' target: Preferences selector: #installBrightWindowColors arguments: {} balloonText: 'Use standard bright colors for all windows' translated.
  	self addActionTitled: 'Pastel' target: Preferences selector: #installPastelWindowColors arguments: {} balloonText: 'Use standard pastel colors for all windows' translated.	
+ 	self addActionTitled: 'Gray' target: Preferences selector: #installUniformWindowColors arguments: {} balloonText: 'Use gray backgrounds for all standard windows' translated.!
- 	self addActionTitled: 'White' target: Preferences selector: #installUniformWindowColors arguments: {} balloonText: 'Use white backgrounds for all standard windows' translated.!




More information about the Squeak-dev mailing list