summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-20 19:40:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-20 19:40:12 +0300
commit0e633c114c470052b31ba9b4893ead2ee7ce51e5 (patch)
tree96848d70116f8116caadfbdff8980f67012967c7 /src
parent2548b85fcf64aedaad4c6edb42e18e19c6111599 (diff)
old menu id returned back
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/database.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/database.cpp b/src/mir_app/src/database.cpp
index 8e90ab01b9..612174d972 100644
--- a/src/mir_app/src/database.cpp
+++ b/src/mir_app/src/database.cpp
@@ -464,6 +464,7 @@ static int OnModulesLoaded(WPARAM, LPARAM)
CMenuItem mi(&g_plugin);
mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 500000000, g_plugin.getIconHandle(IDI_DATABASE));
+ Menu_ConfigureItem(mi.root, MCI_OPT_UID, "F7C5567C-D1EE-484B-B4F6-24677A5AAAEF");
if (pDb->GetDriver()->capabilities & MDB_CAPS_COMPACT) {
SET_UID(mi, 0x98c0caf3, 0xBfe5, 0x4e31, 0xac, 0xf0, 0xab, 0x95, 0xb2, 0x9b, 0x9f, 0x73);