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/ProfileManager/src/pmanagerEx.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ProfileManager/src') diff --git a/plugins/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp index 4b221431e1..dbd500bf60 100644 --- a/plugins/ProfileManager/src/pmanagerEx.cpp +++ b/plugins/ProfileManager/src/pmanagerEx.cpp @@ -113,6 +113,7 @@ extern "C" __declspec(dllexport) int Load(void) CMenuItem mi; mi.root = Menu_CreateRoot(MO_MAIN, LPGENW("Database"), -500200000); + mi.Module = "Profile manager"; for (int i = 0; i < _countof(iconList); i++) { mi.name.a = iconList[i].szDescr; -- cgit v1.2.3