forked from len0rd/rockbox
Sort rbutil.ini general section and rename voice_url for clarity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26638 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56fea4f74d
commit
2a90375c12
4 changed files with 20 additions and 11 deletions
|
|
@ -38,7 +38,7 @@ const static struct {
|
|||
{ SystemInfo::BootloaderUrl, "bootloader_url", "" },
|
||||
{ SystemInfo::BootloaderInfoUrl, "bootloader_info_url", "" },
|
||||
{ SystemInfo::FontUrl, "font_url", "" },
|
||||
{ SystemInfo::VoiceUrl, "voice_url", "" },
|
||||
{ SystemInfo::DailyVoiceUrl, "daily_voice_url", "" },
|
||||
{ SystemInfo::ReleaseVoiceUrl, "release_voice_url", "" },
|
||||
{ SystemInfo::DoomUrl, "doom_url", "" },
|
||||
{ SystemInfo::ReleaseUrl, "release_url", "" },
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class SystemInfo : public QObject
|
|||
BootloaderUrl,
|
||||
BootloaderInfoUrl,
|
||||
FontUrl,
|
||||
VoiceUrl,
|
||||
DailyVoiceUrl,
|
||||
DoomUrl,
|
||||
ReleaseUrl,
|
||||
ReleaseVoiceUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue