mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
rbutil: Show language names in their native script
Change-Id: I02a9a05dc3cfe2484285868e1ead6c44d0e2989a
This commit is contained in:
parent
92b786a0fd
commit
1d7e9d4910
3 changed files with 30 additions and 26 deletions
|
@ -92,6 +92,7 @@ PlayerBuildInfo::PlayerBuildInfo() :
|
|||
serverInfo(nullptr),
|
||||
playerInfo(":/ini/rbutil.ini", QSettings::IniFormat)
|
||||
{
|
||||
playerInfo.setIniCodec("UTF-8");
|
||||
|
||||
}
|
||||
|
||||
|
@ -371,4 +372,3 @@ QStringList PlayerBuildInfo::targetNames(bool all)
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue