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/AutoShutdown/src/settingsdlg.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/AutoShutdown') diff --git a/plugins/AutoShutdown/src/settingsdlg.cpp b/plugins/AutoShutdown/src/settingsdlg.cpp index 662196b3ca..5c7c38cc59 100644 --- a/plugins/AutoShutdown/src/settingsdlg.cpp +++ b/plugins/AutoShutdown/src/settingsdlg.cpp @@ -440,6 +440,7 @@ void SetShutdownMenuItem(bool fActive) CMenuItem mi; SET_UID(mi, 0x61e2a38f, 0xcd94, 0x4f72, 0x84, 0x8c, 0x72, 0x92, 0xde, 0x1d, 0x6d, 0x5); mi.position = 2001090000; + mi.Module = "AutoShutdown"; if (fActive) { mi.hIcolibItem = iconList[1].hIcolib; mi.name.w = LPGENW("Stop automatic &shutdown"); -- cgit v1.2.3