Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1018.mcz==================== Summary ====================
Name: System-mt.1018
Author: mt
Time: 16 April 2018, 10:31:28.239614 am
UUID: e0350560-a5a5-5a40-b31b-d13f55162021
Ancestors: System-mt.1017
#setAuthorInitials: -> #authorInitials:
=============== Diff against System-mt.1017 ===============
Item was changed:
----- Method: SmalltalkImage>>openSourceFiles (in category 'sources, changes log') -----
openSourceFiles
self imageName = LastImageName ifFalse:
["Reset the author initials to blank when the image gets moved"
LastImageName := self imageName.
+ Utilities authorInitials: ''].
- Utilities setAuthorInitials: ''].
FileDirectory
openSources: self sourcesName
andChanges: self changesName
forImage: LastImageName.
SourceFileArray install!