AbstractOperatingSystem.st
changeset 22969 4df7201032e9
parent 22967 40423cdaeaa1
child 22972 f6e4eceab07b
--- 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).
         ].    
     ].