mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-23 03:20:25 +10:00
This commit is contained in:
@@ -323,7 +323,8 @@ std::wstring GetCapabilityDisplayName (const std::wstring &capname)
|
|||||||
{
|
{
|
||||||
for (auto &it : g_nameToId)
|
for (auto &it : g_nameToId)
|
||||||
{
|
{
|
||||||
if (it.first == searchname) return GetRCStringSW (it.second);
|
if (it.first == searchname)
|
||||||
|
return GetRCStringSW (it.second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else return ret;
|
else return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user