diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-09 21:16:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-09 21:16:31 +0300 |
commit | eab7305c241be4d85b86601ae97b4602935b067e (patch) | |
tree | e2cd655c7acc071e87619b7423db017e3fd2e842 /protocols/Sametime/src | |
parent | 3ae61fd1e898ae97669acf30e514ce98985d1fe8 (diff) |
SameTime: another menu item that gets shown for all contacts
Diffstat (limited to 'protocols/Sametime/src')
-rw-r--r-- | protocols/Sametime/src/conference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|