From eab7305c241be4d85b86601ae97b4602935b067e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 Aug 2018 21:16:31 +0300 Subject: SameTime: another menu item that gets shown for all contacts --- protocols/Sametime/src/conference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Sametime/src/conference.cpp') diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp index dee5e9e5a7..baf277cbf1 100644 --- a/protocols/Sametime/src/conference.cpp +++ b/protocols/Sametime/src/conference.cpp @@ -456,7 +456,7 @@ void CSametimeProto::InitConferenceMenu() mi.name.w = LPGENW("Start conference"); mi.pszService = MS_SAMETIME_MENUCREATECHAT; mi.hIcolibItem = GetIconHandle(IDI_ICON_INVITE); - hCreateChatMenuItem = Menu_AddContactMenuItem(&mi); + hCreateChatMenuItem = Menu_AddContactMenuItem(&mi, m_szModuleName); HookProtoEvent(ME_CLIST_PREBUILDCONTACTMENU, &CSametimeProto::PrebuildContactMenu); } -- cgit v1.2.3