Jelajahi Sumber

* Fix compilation

Michaël Van Canneyt 2 tahun lalu
induk
melakukan
ef724bddd4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/univint/src/SpeechSynthesis.pas

+ 1 - 1
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');