summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/menu.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 20:29:33 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 20:29:33 +0000
commit64e95d96e1b0acc7c408564da3dd5e609842b0bc (patch)
tree34d2fd3e9674237ffe0c31c93ccbc44ceaf09147 /plugins/Ping/src/menu.cpp
parentad43255db006424dce51efbe01baf901e679787e (diff)
Ping: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/menu.cpp')
-rw-r--r--plugins/Ping/src/menu.cpp2
1 files changed, 2 insertions, 0 deletions
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");