From 48affc01c9a19f3ce39a4600ec6b8e0b247b80c1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 27 Nov 2017 00:12:03 +0300 Subject: add module name (part 1) --- plugins/MenuItemEx/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/MenuItemEx/src') diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp index 4a2ba849e7..f3dce36bdb 100644 --- a/plugins/MenuItemEx/src/main.cpp +++ b/plugins/MenuItemEx/src/main.cpp @@ -741,6 +741,7 @@ static HGENMENU AddSubmenuItem(HGENMENU hRoot, wchar_t* name, HICON icon, DWORD mi.hIcolibItem = icon; mi.flags = CMIF_UNICODE | CMIF_UNMOVABLE | flag; mi.pszService = service; + mi.Module = MODULENAME; HGENMENU res = Menu_AddContactMenuItem(&mi); Menu_ConfigureItem(res, MCI_OPT_EXECPARAM, param); @@ -947,6 +948,7 @@ static int PluginInit(WPARAM, LPARAM) mi.position = 120000; mi.name.w = LPGENW("Always visible"); mi.pszService = MS_SETVIS; + mi.Module = MODULENAME; hmenuVis = Menu_AddContactMenuItem(&mi); SET_UID(mi, 0x7d93de78, 0xb1c, 0x4c51, 0x8c, 0x88, 0x33, 0x72, 0x12, 0xb5, 0xb8, 0xe7); -- cgit v1.2.3