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/Ping/src/pingthread.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Ping/src/pingthread.cpp') diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp index 1cc8632675..388aaa2291 100644 --- a/plugins/Ping/src/pingthread.cpp +++ b/plugins/Ping/src/pingthread.cpp @@ -896,6 +896,7 @@ void InitList() mi.position = 3000320001; mi.name.w = LPGENW("Show/Hide &Ping Window"); mi.pszService = PLUG "/ShowWindow"; + mi.Module = PLUG; Menu_AddMainMenuItem(&mi); if (options.attach_to_clist) AttachToClist(true); -- cgit v1.2.3