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/AuthState/src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/AuthState/src') diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index b6ce411788..db2de1db13 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -183,7 +183,6 @@ extern "C" int __declspec(dllexport) Load(void) mi.flags = CMIF_UNICODE; mi.name.w = LPGENW("Enable AuthState icons"); mi.pszService = "AuthState/MenuItem"; - mi.Module = MODULENAME; hUserMenu = Menu_AddContactMenuItem(&mi); // IcoLib support -- cgit v1.2.3