mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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
This commit is contained in:
parent
b4b5ab02cb
commit
0a4b576248
4 changed files with 7 additions and 4 deletions
|
|
@ -49,6 +49,7 @@ class SystemInfo : public QObject
|
|||
ServerConfUrl,
|
||||
GenlangUrl,
|
||||
ThemesUrl,
|
||||
ThemesInfoUrl,
|
||||
RbutilUrl,
|
||||
BleedingInfo,
|
||||
CurPlatformName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue