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/StopSpamPlus/src/stopspam.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/StopSpamPlus') diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp index 3409b6d8e8..631d2c39c5 100644 --- a/plugins/StopSpamPlus/src/stopspam.cpp +++ b/plugins/StopSpamPlus/src/stopspam.cpp @@ -59,6 +59,7 @@ extern "C" int __declspec(dllexport) Load(void) mi.hIcolibItem = Skin_LoadIcon(SKINICON_OTHER_MIRANDA); mi.name.w = LPGENW("Remove Temporary Contacts"); mi.pszService = pluginName"/RemoveTempContacts"; + mi.Module = pluginName; Menu_AddMainMenuItem(&mi); return 0; -- cgit v1.2.3