From 0a4b576248a2d2e3c9e44289b6173ffad24c27e2 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 2 Jun 2010 21:55:22 +0000 Subject: Move constructing the themes info download link to rbutil.ini. Instead of constructing the download link with fixed script name put a template into the system info file. That way changing the download link doesn't require changing the code anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26495 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/systeminfo.cpp | 1 + rbutil/rbutilqt/base/systeminfo.h | 1 + 2 files changed, 2 insertions(+) (limited to 'rbutil/rbutilqt/base') diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp index 72a62ac2fb..7c3114a591 100644 --- a/rbutil/rbutilqt/base/systeminfo.cpp +++ b/rbutil/rbutilqt/base/systeminfo.cpp @@ -45,6 +45,7 @@ const static struct { { SystemInfo::ServerConfUrl, "server_conf_url", "" }, { SystemInfo::GenlangUrl, "genlang_url", "" }, { SystemInfo::ThemesUrl, "themes_url", "" }, + { SystemInfo::ThemesInfoUrl, "themes_info_url", "" }, { SystemInfo::RbutilUrl, "rbutil_url", "" }, { SystemInfo::BleedingInfo, "bleeding_info", "" }, { SystemInfo::CurPlatformName, ":platform:/name", "" }, diff --git a/rbutil/rbutilqt/base/systeminfo.h b/rbutil/rbutilqt/base/systeminfo.h index fb5fa9e1ac..f79f34d5be 100644 --- a/rbutil/rbutilqt/base/systeminfo.h +++ b/rbutil/rbutilqt/base/systeminfo.h @@ -49,6 +49,7 @@ class SystemInfo : public QObject ServerConfUrl, GenlangUrl, ThemesUrl, + ThemesInfoUrl, RbutilUrl, BleedingInfo, CurPlatformName, -- cgit v1.2.3