summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clui.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-03 19:09:15 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-03 19:09:15 +0000
commit68d7bfe7bd48c687ef38d6b8a646a4c18beaf9b8 (patch)
tree8b4be8d695b50f1d6a88f9eb3b43da9af6b9345d /plugins/Clist_modern/src/modern_clui.cpp
parentd3a3d05b3f73c64d9977841ef122a8e7e2fb7e7d (diff)
clist_modern: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clui.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_clui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp
index c3b0efde3f..babf85564e 100644
--- a/plugins/Clist_modern/src/modern_clui.cpp
+++ b/plugins/Clist_modern/src/modern_clui.cpp
@@ -330,6 +330,8 @@ HRESULT CLUI::RegisterAvatarMenu()
Icon_RegisterT(g_hInst, LPGENT("Contact list"), iconItem, _countof(iconItem));
CMenuItem mi;
+
+ SET_UID(mi, 0x1cc99858, 0x40ca, 0x4558, 0xae, 0x10, 0xba, 0x81, 0xaf, 0x4c, 0x67, 0xb5);
CreateServiceFunction("CList/ShowContactAvatar", CLUI::Service_Menu_ShowContactAvatar);
mi.position = 2000150000;
mi.hIcolibItem = iconItem[0].hIcolib;
@@ -337,6 +339,7 @@ HRESULT CLUI::RegisterAvatarMenu()
mi.pszService = "CList/ShowContactAvatar";
hShowAvatarMenuItem = Menu_AddContactMenuItem(&mi);
+ SET_UID(mi, 0x13f93d1b, 0xd470, 0x45de, 0x86, 0x8f, 0x22, 0x3b, 0x89, 0x4f, 0x4f, 0xa3);
CreateServiceFunction("CList/HideContactAvatar", CLUI::Service_Menu_HideContactAvatar);
mi.position = 2000150001;
mi.hIcolibItem = iconItem[1].hIcolib;