summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-19 23:02:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-19 23:02:20 +0300
commit397d070df1e8b0f208cc148371d3fd56f314afc6 (patch)
tree63c1ca54a0add5b376c711ccec054acd095ec5ca /src
parentb4dc014b107f871ee9a7dfbcd3ca5539dd3aa73e (diff)
TranslateU applied to Jabber
Diffstat (limited to 'src')
-rw-r--r--src/mir_core/src/langpack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/langpack.cpp b/src/mir_core/src/langpack.cpp
index 0532f58e4a..ed16e79328 100644
--- a/src/mir_core/src/langpack.cpp
+++ b/src/mir_core/src/langpack.cpp
@@ -284,7 +284,7 @@ static void LoadLangPackFile(FILE *fp, char *line)
LangPackEntry *E = &g_pEntries[g_entryCount - 1];
E->englishHash = mir_hashstr(pszLine);
- E->szLocal = nullptr;
+ E->szLocal = E->utfLocal = nullptr;
E->wszLocal = nullptr;
E->pMuuid = pCurrentMuuid;
E->pNext = nullptr;