From b7f731c3b986d0864ad9a08011c4e93bfae406f4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Sep 2017 13:18:12 +0300 Subject: fixes #935 (Random crashes in conference nicklist after language changed) --- plugins/TabSRMM/src/chat_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index d817fd08e7..0d555cd802 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -208,7 +208,7 @@ static void CheckUpdate() static gc_item tabItems[] = { - { TranslateT("Highlight user..."), 20020, MENU_ITEM } + { L"Highlight user...", 20020, MENU_ITEM } }; static int OnCreateGCMenu(WPARAM, LPARAM lParam) -- cgit v1.2.3