'From Squeak3.7beta of ''1 April 2004'' [latest update: #5905] on 15 May 2004 at 3:02:57 am'! "Change Set: UtilitiesClassSetAuthorInitialsTypo-gm Date: 15 May 2004 Author: German Morales I can't believe that nobody noticed this before: the word 'initials' was wrongly typed. "! !Utilities class methodsFor: 'identification' stamp: 'gm 5/15/2004 02:59'! setAuthorInitials "Put up a dialog allowing the user to specify the author's initials. " self setAuthorInitials: (FillInTheBlank request: 'Please type your initials: ' initialAnswer: AuthorInitials)! !