diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-06-06 18:02:08 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-06-06 18:02:08 +0000 |
commit | 56fea4f74d815dea21486848227d59b08719afdb (patch) | |
tree | f52f35c39fb5ca0392eb82a19720f38fa7c2f340 /rbutil/rbutilqt/base/systeminfo.h | |
parent | b2998ef6c7627be0b9cec4acada381eb78779895 (diff) | |
download | rockbox-56fea4f74d815dea21486848227d59b08719afdb.tar.gz rockbox-56fea4f74d815dea21486848227d59b08719afdb.zip |
Distinguish between release and current build when installing voice files.
Check the installed Rockbox and install release voice file if a release is
found. Fixes wrong voice file getting installed for releases, which especially
showed up with the recent lang file cleanup. This is likely to be the cause for
FS#11362.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26637 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/base/systeminfo.h')
-rw-r--r-- | rbutil/rbutilqt/base/systeminfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/systeminfo.h b/rbutil/rbutilqt/base/systeminfo.h index f79f34d5be..78fd881d22 100644 --- a/rbutil/rbutilqt/base/systeminfo.h +++ b/rbutil/rbutilqt/base/systeminfo.h @@ -45,6 +45,7 @@ class SystemInfo : public QObject VoiceUrl, DoomUrl, ReleaseUrl, + ReleaseVoiceUrl, DailyUrl, ServerConfUrl, GenlangUrl, |