Skip to content

Commit

Permalink
Replace deprecated send of #setAuthorInitials:
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel authored May 18, 2022
1 parent d80af9b commit 1194ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_image.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TranscriptStream redirectToStdOut: false.
TranscriptStream forceUpdate: true.
ToolSet default: (Smalltalk at: #StandardToolSet).
Project current instVarNamed: #uiManager put: MorphicUIManager new.
Utilities setAuthorInitials: ''.
Utilities authorInitials: ''.

FileStream stdout nextPutAll: 'Triggering ReleaseBuilder...'; cr; flush.
releaseBuilder := ((smalltalkVersion beginsWith: 'Etoys')
Expand Down

0 comments on commit 1194ed7

Please sign in to comment.