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/HTTPServer/src/GuiElements.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/HTTPServer/src/GuiElements.cpp') diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp index 5e1134b2c9..0dffe76acd 100644 --- a/plugins/HTTPServer/src/GuiElements.cpp +++ b/plugins/HTTPServer/src/GuiElements.cpp @@ -1480,6 +1480,7 @@ void InitGuiElements() mi.position = -2000019955; mi.name.w = LPGENW("HTTP Share new file"); mi.pszService = MS_SHARE_NEW_FILE; + mi.Module = MODULE; hShareNewFileMenuItem = Menu_AddContactMenuItem(&mi); if (db_get_b(NULL, MODULE, "AddStatisticsMenuItem", 1) != 0) { -- cgit v1.2.3