diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 18:11:53 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 18:11:53 +0000 |
commit | 8f0f6ec5c78018925a2edf6ed17112cbc16577b9 (patch) | |
tree | a6b790a8780e3b9fee0b7ad7b84fa8949e9a73fb /protocols/Sametime | |
parent | f75b9e7f774fe4511da26d92174b00dfca0ed773 (diff) |
Sametime: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime')
-rw-r--r-- | protocols/Sametime/src/conference.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp index 4c9ce74460..aa7bafdf7b 100644 --- a/protocols/Sametime/src/conference.cpp +++ b/protocols/Sametime/src/conference.cpp @@ -511,11 +511,13 @@ void CSametimeProto::InitConferenceMenu() CMenuItem mi;
mi.flags = CMIF_TCHAR | CMIF_NOTOFFLINE;
+ SET_UID(mi, 0x98cf8a8c, 0x75ba, 0x46f2, 0xa3, 0x35, 0x65, 0x46, 0x4a, 0x38, 0x20, 0x7d);
mi.name.t = LPGENT("Leave conference");
mi.pszService = MS_SAMETIME_MENULEAVECHAT;
mi.hIcolibItem = GetIconHandle(IDI_ICON_LEAVE);
hLeaveChatMenuItem = Menu_AddContactMenuItem(&mi, m_szModuleName);
+ SET_UID(mi, 0x45501e10, 0x2914, 0x4daa, 0xb4, 0xcf, 0x83, 0x8a, 0x6a, 0x14, 0xd, 0x7);
mi.name.t = LPGENT("Start conference");
mi.pszService = MS_SAMETIME_MENUCREATECHAT;
mi.hIcolibItem = GetIconHandle(IDI_ICON_INVITE);
|