diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-19 23:02:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-19 23:02:20 +0300 |
commit | 397d070df1e8b0f208cc148371d3fd56f314afc6 (patch) | |
tree | 63c1ca54a0add5b376c711ccec054acd095ec5ca /protocols/JabberG/src/jabber_form.cpp | |
parent | b4dc014b107f871ee9a7dfbcd3ca5539dd3aa73e (diff) |
TranslateU applied to Jabber
Diffstat (limited to 'protocols/JabberG/src/jabber_form.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_form.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_form.cpp b/protocols/JabberG/src/jabber_form.cpp index 440bf89a57..e3366258eb 100644 --- a/protocols/JabberG/src/jabber_form.cpp +++ b/protocols/JabberG/src/jabber_form.cpp @@ -661,7 +661,7 @@ static INT_PTR CALLBACK JabberFormDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, else if (pszText = XmlGetChildText(jfi->xNode, "title"))
JabberFormSetInstruction(hwndDlg, pszText);
else
- JabberFormSetInstruction(hwndDlg, Translate(T2Utf(jfi->defTitle)));
+ JabberFormSetInstruction(hwndDlg, TranslateU(T2Utf(jfi->defTitle)));
// Create form
if (jfi->xNode != nullptr) {
|