diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-06 19:28:31 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-06 19:28:35 +0300 |
commit | f8e5d552141e3c35fc156145c9634cf16ba33578 (patch) | |
tree | 38ee78732d9db95faf808a618f398e0b3d909514 /plugins/PackUpdater | |
parent | 09e2a6a398c38240d3a45c749eba754453a7db55 (diff) |
fixes #3855 (PackUpdater: не переводится пункт в главном меню)
Diffstat (limited to 'plugins/PackUpdater')
-rw-r--r-- | plugins/PackUpdater/Src/PackUpdater.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/PackUpdater/Src/PackUpdater.cpp b/plugins/PackUpdater/Src/PackUpdater.cpp index 9b66b38c81..0776e3e4ea 100644 --- a/plugins/PackUpdater/Src/PackUpdater.cpp +++ b/plugins/PackUpdater/Src/PackUpdater.cpp @@ -75,10 +75,7 @@ int CMPlugin::Load() // Add empty updates folder menu item
CreateServiceFunction(MODULENAME"/EmptyFolder", EmptyFolder);
- memset(&mi, 0, sizeof(mi));
SET_UID(mi, 0xc3eea590, 0xaba3, 0x454f, 0x93, 0x93, 0xbc, 0x97, 0x15, 0x2c, 0x3b, 0x3d);
- mi.position = -0x7FFFFFFF;
- mi.flags = CMIF_UNICODE;
mi.hIcolibItem = IcoLib_GetIcon("empty_folder");
mi.name.w = LPGENW("Clear pack updates folder");
mi.pszService = MODULENAME"/EmptyFolder";
|