#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sun, 20 May 2018 10:10:09 +0200
changeset 22969 4df7201032e9
parent 22968 411d41553689
child 22970 ff49ded84d3a
#BUGFIX by cg class: AbstractOperatingSystem class changed: #speak:voiceName:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Sun May 20 10:08:08 2018 +0200
+++ b/AbstractOperatingSystem.st	Sun May 20 10:10:09 2018 +0200
@@ -6632,8 +6632,7 @@
             ] ifFalse:[    
                 cmdLine := cmdLineForVoice
             ].    
-        ] ifFalse:[
-            ^ self executeCommand:(cmd bindWith:voiceUsed with:aString withCEscapes).
+            ^ self executeCommand:(cmdLine bindWith:voiceUsed with:aString withCEscapes).
         ].    
     ].