mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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
|
|
@ -863,7 +863,7 @@ void RbUtilQt::installVoice()
|
|||
}
|
||||
if(relversion.isEmpty()) {
|
||||
// release is empty for non-release versions (i.e. daily / current)
|
||||
voiceurl = SystemInfo::value(SystemInfo::VoiceUrl).toString();
|
||||
voiceurl = SystemInfo::value(SystemInfo::DailyVoiceUrl).toString();
|
||||
logversion = installInfo.revision();
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue