summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_form.cpp
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 /protocols/JabberG/src/jabber_form.cpp
parentb4dc014b107f871ee9a7dfbcd3ca5539dd3aa73e (diff)
TranslateU applied to Jabber
Diffstat (limited to 'protocols/JabberG/src/jabber_form.cpp')
-rw-r--r--protocols/JabberG/src/jabber_form.cpp2
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) {