# HG changeset patch # User Claus Gittinger # Date 1564048150 -7200 # Node ID 9c7040099cfe9184b7718a33cb8e98f07f437bca # Parent fcd5a6af06d45ee1cf9c7372120afb4c500fb93a #REFACTORING by cg class: ShowMeHowItWorks changed: #do: diff -r fcd5a6af06d4 -r 9c7040099cfe ShowMeHowItWorks.st --- a/ShowMeHowItWorks.st Tue Jul 23 11:53:57 2019 +0200 +++ b/ShowMeHowItWorks.st Thu Jul 25 11:49:10 2019 +0200 @@ -946,7 +946,7 @@ otherwise - if started by the app itself - no events will be processed while running" - voice := OperatingSystem bestVoiceForLanguage:(Smalltalk language). + self language:(Smalltalk language). translate := false. application isNil ifTrue:[ @@ -970,6 +970,7 @@ " "Created: / 23-07-2019 / 10:24:53 / Claus Gittinger" + "Modified: / 25-07-2019 / 11:48:53 / Claus Gittinger" ! doCommand:op