#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 19 May 2018 13:25:14 +0200
changeset 22958 085e31f4bd4d
parent 22957 9f91a472b70a
child 22959 a88673d40f15
#FEATURE by cg class: AbstractOperatingSystem class added: #speak: removed: #speakVoiceOutput:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Sat May 19 13:23:03 2018 +0200
+++ b/AbstractOperatingSystem.st	Sat May 19 13:25:14 2018 +0200
@@ -4232,7 +4232,7 @@
     ^ self.
 !
 
-speakVoiceOutput:aString
+speak:aString
     "unsupported - simply stay silent"
 
     ^ self.