diff options
author | Tobias Markus <tobbi@mozilla-uk.org> | 2015-01-29 21:32:22 +0100 |
---|---|---|
committer | Tobias Markus <tobbi@mozilla-uk.org> | 2015-01-29 21:32:22 +0100 |
commit | 33ffdf733162030aa55efba3ee2718905b09c538 (patch) | |
tree | 4e2006e3a230f90ea4950f77b9b534063c6258a3 | |
parent | e910a7b428236ad0624d3a8aaf7a96d8e3dde010 (diff) |
Add missing initialization for m_forceUnicodeFont
-rw-r--r-- | xbmc/LangInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/LangInfo.cpp b/xbmc/LangInfo.cpp index 26a6834b80..5831d8d729 100644 --- a/xbmc/LangInfo.cpp +++ b/xbmc/LangInfo.cpp @@ -53,6 +53,7 @@ CLangInfo::CRegion::CRegion(const CRegion& region): m_strLangLocaleName(region.m_strLangLocaleName), m_strLangLocaleCodeTwoChar(region.m_strLangLocaleCodeTwoChar), m_strRegionLocaleName(region.m_strRegionLocaleName), + m_forceUnicodeFont(region.m_forceUnicodeFont), m_strName(region.m_strName), m_strDateFormatLong(region.m_strDateFormatLong), m_strDateFormatShort(region.m_strDateFormatShort), |