diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 18:11:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 18:11:28 +0000 |
commit | f75b9e7f774fe4511da26d92174b00dfca0ed773 (patch) | |
tree | d1d2bdacca89c0ab65663c7e556d73fcf8df208e /protocols/MSN | |
parent | 856bd0343be9b54bc0c7ebaa60c6d4997155832b (diff) |
MSN: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15192 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/msn_menu.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_menu.cpp b/protocols/MSN/src/msn_menu.cpp index 5d04fa9bc4..caeeef4fd5 100644 --- a/protocols/MSN/src/msn_menu.cpp +++ b/protocols/MSN/src/msn_menu.cpp @@ -380,6 +380,7 @@ void MSN_InitContactMenu(void) CMenuItem mi;
mi.pszService = servicefunction;
+ SET_UID(mi, 0xc6169b8f, 0x53ab, 0x4242, 0xbe, 0x90, 0xe2, 0x4a, 0xa5, 0x73, 0x88, 0x32);
mir_strcpy(tDest, MSN_BLOCK);
hBlockCom = CreateServiceFunction(servicefunction, MsnMenuBlockCommand);
mi.position = -500050000;
@@ -387,6 +388,7 @@ void MSN_InitContactMenu(void) mi.name.a = LPGEN("&Block");
hBlockMenuItem = Menu_AddContactMenuItem(&mi);
+ SET_UID(mi, 0x7f7e4c24, 0x821c, 0x450f, 0x93, 0x76, 0xbe, 0x65, 0xe9, 0x2f, 0xb6, 0xc2);
mir_strcpy(tDest, MSN_VIEW_PROFILE);
hViewProfile = CreateServiceFunction(servicefunction, MsnMenuViewProfile);
mi.position = -500050003;
@@ -404,6 +406,7 @@ void MSN_InitContactMenu(void) hNetmeetingMenuItem = Menu_AddContactMenuItem(&mi);
#endif
+ SET_UID(mi,0x25a007c0, 0x8dc7, 0x4284, 0x8a, 0x5e, 0x2, 0x83, 0x17, 0x5d, 0x52, 0xea);
mir_strcpy(tDest, "/SendHotmail");
hSendHotMail = CreateServiceFunction(servicefunction, MsnMenuSendHotmail);
mi.position = -2000010005;
|