From 64e95d96e1b0acc7c408564da3dd5e609842b0bc Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 4 Sep 2015 20:29:33 +0000 Subject: Ping: menu uid git-svn-id: http://svn.miranda-ng.org/main/trunk@15242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/menu.cpp | 2 ++ plugins/Ping/src/pingthread.cpp | 1 + 2 files changed, 3 insertions(+) (limited to 'plugins/Ping/src') diff --git a/plugins/Ping/src/menu.cpp b/plugins/Ping/src/menu.cpp index dfbf76cbaa..73d72c946e 100644 --- a/plugins/Ping/src/menu.cpp +++ b/plugins/Ping/src/menu.cpp @@ -10,12 +10,14 @@ void InitMenus() mi.flags = CMIF_TCHAR; mi.root = Menu_CreateRoot(MO_MAIN, LPGENT("Ping"), 500099900); + SET_UID(mi, 0xc9a4d17a, 0xd5fa, 0x40d9, 0xbe, 0x7b, 0x9e, 0x2e, 0x5b, 0xbf, 0x8, 0x59); mi.position = 2000060000; mi.hIcolibItem = hIconResponding; mi.name.t = LPGENT("Enable all pings"); mi.pszService = PLUG "/EnableAll"; Menu_AddMainMenuItem(&mi); + SET_UID(mi, 0x1dac6ea6, 0x116e, 0x41a3, 0xa6, 0xe8, 0x42, 0xdf, 0xf7, 0x27, 0xc4, 0x7c); mi.position = 2000060001; mi.hIcolibItem = hIconDisabled; mi.name.t = LPGENT("Disable all pings"); diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp index b2124a6169..ac725f7557 100644 --- a/plugins/Ping/src/pingthread.cpp +++ b/plugins/Ping/src/pingthread.cpp @@ -902,6 +902,7 @@ void InitList() CreateServiceFunction(PLUG "/ShowWindow", PingPlugShowWindow); CMenuItem mi; + SET_UID(mi, 0x4adbd753, 0x27d6, 0x457a, 0xa6, 0x6, 0xdf, 0x4f, 0x2c, 0xd8, 0xb9, 0x3b); mi.flags = CMIF_TCHAR; mi.root = Menu_CreateRoot(MO_MAIN, LPGENT("Ping"), 1000200001); mi.position = 3000320001; -- cgit v1.2.3