diff options
author | Jaromir Wysoglad | 2019-07-12 22:16:44 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
commit | 8bd7e392657989dd49da592d8b0bf6e14fe50166 (patch) | |
tree | 83eaaabe11167533a7625fad3eaa76f7acdf01d0 /gui/themes | |
parent | b5cebcbeaed5b1b860f2686379fc288c137a4c2f (diff) | |
download | scummvm-rg350-8bd7e392657989dd49da592d8b0bf6e14fe50166.tar.gz scummvm-rg350-8bd7e392657989dd49da592d8b0bf6e14fe50166.tar.bz2 scummvm-rg350-8bd7e392657989dd49da592d8b0bf6e14fe50166.zip |
TTS: Add voice selection to options
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 603567d700..2982bf22ce 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1558,6 +1558,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>" "<widget name='TTSCheckbox' " "type='Checkbox' " "/>" +"<widget name='TTSVoiceSelection' " +"type='PopUp' " +"/>" "</layout>" "</dialog>" "<dialog name='GlobalMenu' overlays='screen_center'>" |