forked from len0rd/rockbox
rbutil: store the voice language in the correct setting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23141 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a927db22c4
commit
e486241c01
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ void CreateVoiceWindow::accept()
|
|||
int wvThreshold = ui.wavtrimthreshold->value();
|
||||
|
||||
//safe selected language
|
||||
RbSettings::setValue(RbSettings::Language, lang);
|
||||
RbSettings::setValue(RbSettings::VoiceLanguage, lang);
|
||||
RbSettings::setValue(RbSettings::WavtrimThreshold, wvThreshold);
|
||||
RbSettings::sync();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue