From ef724bddd4789cb1702363ffdf56fd9f63ec11da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sat, 15 Jul 2023 13:59:22 +0200 Subject: [PATCH] * Fix compilation --- packages/univint/src/SpeechSynthesis.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/univint/src/SpeechSynthesis.pas b/packages/univint/src/SpeechSynthesis.pas index 6ed5148865..199c7fe447 100644 --- a/packages/univint/src/SpeechSynthesis.pas +++ b/packages/univint/src/SpeechSynthesis.pas @@ -246,7 +246,7 @@ const soStatus = FourCharCode('stat'); soErrors = FourCharCode('erro'); soInputMode = FourCharCode('inpt'); - soCharacterMode = FourCharCode('AnsiChar'); + soCharacterMode = FourCharCode('char'); soNumberMode = FourCharCode('nmbr'); soRate = FourCharCode('rate'); soPitchBase = FourCharCode('pbas');