Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.44.mcz==================== Summary ====================
Name: 51Deprecated-mt.44
Author: mt
Time: 16 August 2016, 5:33:53.736602 pm
UUID: e0931323-dcaa-8743-8656-fc95b1e914a1
Ancestors: 51Deprecated-mt.43
Update #defaultBackgroundColor deprecation consistently with Object.
=============== Diff against 51Deprecated-mt.43 ===============
Item was added:
+ ----- Method: Model>>defaultBackgroundColor (in category '*51Deprecated') -----
+ defaultBackgroundColor
+
+ self deprecated: 'Use #windowColorToUse.'.
+ ^ self windowColorToUse!