From 56fea4f74d815dea21486848227d59b08719afdb Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 6 Jun 2010 18:02:08 +0000 Subject: 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 --- rbutil/rbutilqt/base/systeminfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/base/systeminfo.h') 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, -- cgit v1.2.3