[Pkg] The Trunk: 51Deprecated-mt.33.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 28 09:19:03 UTC 2016


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

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

Name: 51Deprecated-mt.33
Author: mt
Time: 28 July 2016, 11:18:56.332276 am
UUID: 8dba9ec7-5272-7e40-bbed-b06cf8b669db
Ancestors: 51Deprecated-mt.32

Just in case, deprecate but not remove old-style rounded-corners string message.

=============== Diff against 51Deprecated-mt.32 ===============

Item was added:
+ ----- Method: Preferences class>>roundedCornersString (in category '*51Deprecated-support') -----
+ roundedCornersString
+ 
+ 	self deprecated: 'mt: Use SystemWindow >> #roundedWindowCorners'.
+ 	^ (((self valueOfFlag: #roundedWindowCorners)
+ 		ifTrue: ['stop']
+ 		ifFalse: ['start']) , ' rounding window corners') translated!



More information about the Packages mailing list