From cc79c1d36c07b905f9d47e5002f90783de92e6cb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Nov 2017 12:32:05 +0300 Subject: slightly optimized way of getting menu item's module name --- plugins/ProfileManager/src/pmanagerEx.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/ProfileManager') diff --git a/plugins/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp index dbd500bf60..4b221431e1 100644 --- a/plugins/ProfileManager/src/pmanagerEx.cpp +++ b/plugins/ProfileManager/src/pmanagerEx.cpp @@ -113,7 +113,6 @@ 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