This commit is contained in:
Bruce
2026-04-11 16:27:33 +08:00
parent 7552ffed35
commit 598007f177

View File

@@ -323,7 +323,8 @@ std::wstring GetCapabilityDisplayName (const std::wstring &capname)
{
for (auto &it : g_nameToId)
{
if (it.first == searchname) return GetRCStringSW (it.second);
if (it.first == searchname)
return GetRCStringSW (it.second);
}
}
else return ret;