diff options
author | dartraiden <wowemuh@gmail.com> | 2017-09-26 14:21:52 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-09-26 14:21:52 +0300 |
commit | 3d86ba7168238234a5ef88b4148214549a3acb55 (patch) | |
tree | d2a2fbff7ce2cb4f25205e962234ae10cb9d8ba5 /plugins/TabSRMM/src | |
parent | 0c8d2fd22531a5ec7e66815415393dda7a67d571 (diff) |
this should be translatable
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index 0d555cd802..ebf3ff452e 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[] =
{
- { L"Highlight user...", 20020, MENU_ITEM }
+ { LPGENW("Highlight user..."), 20020, MENU_ITEM }
};
static int OnCreateGCMenu(WPARAM, LPARAM lParam)
|