summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-25 13:18:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-25 13:18:12 +0300
commitb7f731c3b986d0864ad9a08011c4e93bfae406f4 (patch)
tree35d3d8d97f179a9f9ecc24570cab6f9206b2b153 /plugins/TabSRMM
parent47eef82f3819f6fb18dcdf13d959869472be19bb (diff)
fixes #935 (Random crashes in conference nicklist after language changed)
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/chat_main.cpp2
1 files changed, 1 insertions, 1 deletions
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)