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/AuthState/src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/AuthState/src') diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index db2de1db13..b6ce411788 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -183,6 +183,7 @@ 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