summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 18:12:12 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 18:12:12 +0000
commit697ed0312ed38888ad78cf7e5eee575019be8c61 (patch)
treea244edbcaf881a9c1a3076e6c41c81a6068183d2 /protocols/SkypeWeb
parent8f0f6ec5c78018925a2edf6ed17112cbc16577b9 (diff)
SkypeWeb: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb')
-rw-r--r--protocols/SkypeWeb/src/skype_menus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_menus.cpp b/protocols/SkypeWeb/src/skype_menus.cpp
index 9b8cbb8e0f..e34f8f888d 100644
--- a/protocols/SkypeWeb/src/skype_menus.cpp
+++ b/protocols/SkypeWeb/src/skype_menus.cpp
@@ -68,7 +68,7 @@ void CSkypeProto::InitMenus()
mi.name.t = LPGENT("Request authorization");
mi.position = CMI_POSITION + CMI_AUTH_REQUEST;
mi.hIcolibItem = ::Skin_GetIconHandle(SKINICON_AUTH_REQUEST);
- SET_UID(mi, 0x6f117b10, 0xd0a7, 0x4195, 0x8e, 0x34, 0xe6, 0x5b, 0x2, 0x75, 0x8e, 0xb6);
+ SET_UID(mi, 0x36375a1f, 0xc142, 0x4d6e, 0xa6, 0x57, 0xe4, 0x76, 0x5d, 0xbc, 0x59, 0x8e);
ContactMenuItems[CMI_AUTH_REQUEST] = Menu_AddContactMenuItem(&mi);
CreateServiceFunction(mi.pszService, GlobalService<&CSkypeProto::OnRequestAuth>);
@@ -77,7 +77,7 @@ void CSkypeProto::InitMenus()
mi.name.t = LPGENT("Grant authorization");
mi.position = CMI_POSITION + CMI_AUTH_GRANT;
mi.hIcolibItem = ::Skin_GetIconHandle(SKINICON_AUTH_GRANT);
- SET_UID(mi, 0x891bed52, 0xeb6e, 0x4689, 0x8e, 0x4e, 0xd4, 0x14, 0x31, 0x35, 0x6e, 0x53);
+ SET_UID(mi, 0x4c90452a, 0x869a, 0x4a81, 0xaf, 0xa8, 0x28, 0x34, 0xaf, 0x2b, 0x6b, 0x30);
ContactMenuItems[CMI_AUTH_GRANT] = Menu_AddContactMenuItem(&mi);
CreateServiceFunction(mi.pszService, GlobalService<&CSkypeProto::OnGrantAuth>);