Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.48.mcz==================== Summary ====================
Name: 60Deprecated-mt.48
Author: mt
Time: 17 September 2019, 9:13:16.882406 am
UUID: 38e3419a-87c7-4d45-ba0c-ee65dd6b3fbe
Ancestors: 60Deprecated-mt.47
Complements Tools-mt.891
=============== Diff against 60Deprecated-mt.47 ===============
Item was added:
+ ----- Method: Object>>notifyWithLabel: (in category '*60Deprecated-Tools') -----
+ notifyWithLabel: aString
+ "Create and schedule a Notifier with aString as the window label as well as the contents of the window, in order to request confirmation before a process can proceed."
+
+ self deprecated.
+ self notify: aString.
+
+ "nil notify: 'let us see if this works'"!