Browse Source

* Fix compilation

Michaël Van Canneyt 2 years ago
parent
commit
ef724bddd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/univint/src/SpeechSynthesis.pas

+ 1 - 1
packages/univint/src/SpeechSynthesis.pas

@@ -246,7 +246,7 @@ const
 	soStatus = FourCharCode('stat');
 	soStatus = FourCharCode('stat');
 	soErrors = FourCharCode('erro');
 	soErrors = FourCharCode('erro');
 	soInputMode = FourCharCode('inpt');
 	soInputMode = FourCharCode('inpt');
-	soCharacterMode = FourCharCode('AnsiChar');
+	soCharacterMode = FourCharCode('char');
 	soNumberMode = FourCharCode('nmbr');
 	soNumberMode = FourCharCode('nmbr');
 	soRate = FourCharCode('rate');
 	soRate = FourCharCode('rate');
 	soPitchBase = FourCharCode('pbas');
 	soPitchBase = FourCharCode('pbas');