A new version of 60Deprecated was added to project The Inbox:
http://source.squeak.org/inbox/60Deprecated-ct.45.mcz==================== Summary ====================
Name: 60Deprecated-ct.45
Author: ct
Time: 4 September 2019, 9:30:05.319698 pm
UUID: 03df1813-9670-b041-b0d6-abb6df1eb33d
Ancestors: 60Deprecated-ct.44
Raise language in deprecation messages to a less brutal standard ...
=============== Diff against 60Deprecated-ct.44 ===============
Item was changed:
----- Method: DummyUIManager>>openPluggableFileList:label:in: (in category '*60Deprecated') -----
openPluggableFileList: aPluggableFileList label: aString in: aWorld
+ self deprecated: 'PluggableFileList is being deprecated'.
- self deprecated: 'PluggableFileList must die'.
^nil!
Item was changed:
----- Method: DummyUIManager>>openPluggableFileListLabel:in: (in category '*60Deprecated') -----
openPluggableFileListLabel: aString in: aWorld
+ self deprecated: 'PluggableFileList is being deprecated'.
- self deprecated: 'PluggableFileList must die'.
^nil!