diff options
Diffstat (limited to 'plugins')
-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)
|