summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/talkfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/talkfile.cpp')
-rw-r--r--rbutil/rbutilqt/talkfile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/talkfile.cpp b/rbutil/rbutilqt/talkfile.cpp
index d3e3a24781..5b484079f9 100644
--- a/rbutil/rbutilqt/talkfile.cpp
+++ b/rbutil/rbutilqt/talkfile.cpp
@@ -190,6 +190,7 @@ bool TTSSapi::start()
190 QString execstring = m_TTSTemplate; 190 QString execstring = m_TTSTemplate;
191 execstring.replace("%exe",m_TTSexec); 191 execstring.replace("%exe",m_TTSexec);
192 execstring.replace("%options",m_TTSOpts); 192 execstring.replace("%options",m_TTSOpts);
193 execstring.replace("%lang",m_TTSLanguage);
193 qDebug() << "init" << execstring; 194 qDebug() << "init" << execstring;
194 voicescript = new QProcess(NULL); 195 voicescript = new QProcess(NULL);
195 voicescript->start(execstring); 196 voicescript->start(execstring);