浏览代码

* Fix compilation

Michaël Van Canneyt 2 年之前
父节点
当前提交
ef724bddd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');