mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Manage: Include country in language list
This commit is contained in:
parent
0eb0602e47
commit
30fc135abc
@ -1916,7 +1916,7 @@ void DialogManage::TabSettings::Initialize()
|
||||
std::wstring text = fd.cFileName;
|
||||
text += L" - ";
|
||||
|
||||
GetLocaleInfo(lcid, LOCALE_SNATIVELANGUAGENAME, fd.cFileName, MAX_PATH);
|
||||
GetLocaleInfo(lcid, LOCALE_SNATIVEDISPLAYNAME, fd.cFileName, MAX_PATH);
|
||||
text += fd.cFileName;
|
||||
|
||||
int index = ComboBox_AddString(item, text.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user