[squeak-dev] The Trunk: PreferenceBrowser-mt.97.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 18 08:44:49 UTC 2019


Marcel Taeumel uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-mt.97.mcz

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

Name: PreferenceBrowser-mt.97
Author: mt
Time: 18 December 2019, 9:44:48.790146 am
UUID: 85d3e759-4cc1-e74e-9f3b-1bbea95e10c6
Ancestors: PreferenceBrowser-mt.96, PreferenceBrowser-ck.85

Merges typo fix from PreferenceBrowser-ck.85.

=============== Diff against PreferenceBrowser-mt.96 ===============

Item was changed:
  ----- Method: PreferenceBrowser>>defaultSelected (in category 'preferences search') -----
  defaultSelected
  
+ 	(Project uiManager 
+ 		confirm: 'Do you really want to restore the default\preferences?\\If you want to keep the current state,\you have to save it first.' translated withCRs
+ 		title: 'Restore Preferences')
+ 			ifFalse: [^ self].
- 	(Project uiManager
- 		confirm: 'Do you really want to restorethe default\preferences?\\If you want to keep the current state,\you have to save it first.' translated withCRs
- 		title: 'Restore Preferences') ifFalse: [^ self].
  
+ 	Preferences chooseInitialSettings.!
- 
- 	Preferences chooseInitialSettings!



More information about the Squeak-dev mailing list