Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.832.mcz==================== Summary ====================
Name: System-mt.832
Author: mt
Time: 20 May 2016, 11:41:09.861411 am
UUID: 3b5a40f8-c4a5-c645-bc2e-9bc5ca7efbe8
Ancestors: System-ul.831
Appendix to Morphic-mt.1150.
=============== Diff against System-ul.831 ===============
Item was changed:
----- Method: Preferences class>>editAnnotations (in category 'support - misc') -----
editAnnotations
"Put up a window that allows the user to edit annotation specifications"
| aWindow |
self currentWorld addMorphCentered: (aWindow := self annotationEditingWindow).
+ aWindow beKeyWindow.
- aWindow activateAndForceLabelToShow
"Preferences editAnnotations"
!