summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/systeminfo.cpp
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-06-06 18:02:08 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-06-06 18:02:08 +0000
commit56fea4f74d815dea21486848227d59b08719afdb (patch)
treef52f35c39fb5ca0392eb82a19720f38fa7c2f340 /rbutil/rbutilqt/base/systeminfo.cpp
parentb2998ef6c7627be0b9cec4acada381eb78779895 (diff)
downloadrockbox-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.cpp')
-rw-r--r--rbutil/rbutilqt/base/systeminfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp
index 7c3114a591..98d865f814 100644
--- a/rbutil/rbutilqt/base/systeminfo.cpp
+++ b/rbutil/rbutilqt/base/systeminfo.cpp
@@ -39,6 +39,7 @@ const static struct {
39 { SystemInfo::BootloaderInfoUrl, "bootloader_info_url", "" }, 39 { SystemInfo::BootloaderInfoUrl, "bootloader_info_url", "" },
40 { SystemInfo::FontUrl, "font_url", "" }, 40 { SystemInfo::FontUrl, "font_url", "" },
41 { SystemInfo::VoiceUrl, "voice_url", "" }, 41 { SystemInfo::VoiceUrl, "voice_url", "" },
42 { SystemInfo::ReleaseVoiceUrl, "release_voice_url", "" },
42 { SystemInfo::DoomUrl, "doom_url", "" }, 43 { SystemInfo::DoomUrl, "doom_url", "" },
43 { SystemInfo::ReleaseUrl, "release_url", "" }, 44 { SystemInfo::ReleaseUrl, "release_url", "" },
44 { SystemInfo::DailyUrl, "daily_url", "" }, 45 { SystemInfo::DailyUrl, "daily_url", "" },