mirror of
https://github.com/reactos/reactos.git
synced 2025-07-25 23:24:01 +00:00
[RAPPS] Fix locale fallback code
This commit is contained in:
parent
d8eeb31b8a
commit
cf9ba2b9ce
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ VOID CConfigParser::CacheINILocale()
|
||||||
m_szCachedINISectionLocale = L"Section." + m_szLocaleID;
|
m_szCachedINISectionLocale = L"Section." + m_szLocaleID;
|
||||||
|
|
||||||
// turn "Section.0c0a" into "Section.0a", keeping just the neutral lang part
|
// turn "Section.0c0a" into "Section.0a", keeping just the neutral lang part
|
||||||
m_szCachedINISectionLocaleNeutral = m_szCachedINISectionLocale + m_szLocaleID.Right(2);
|
m_szCachedINISectionLocaleNeutral = m_szCachedINISectionLocale.Left(m_szCachedINISectionLocale.GetLength() - 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL CConfigParser::GetString(const ATL::CStringW& KeyName, ATL::CStringW& ResultString)
|
BOOL CConfigParser::GetString(const ATL::CStringW& KeyName, ATL::CStringW& ResultString)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue