From 2548b85fcf64aedaad4c6edb42e18e19c6111599 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Jan 2021 19:01:31 +0300 Subject: attempt to sync Database menu root's position --- plugins/DbChecker/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/DbChecker') diff --git a/plugins/DbChecker/src/main.cpp b/plugins/DbChecker/src/main.cpp index 4f8d43dcd8..4b9d56ea93 100644 --- a/plugins/DbChecker/src/main.cpp +++ b/plugins/DbChecker/src/main.cpp @@ -92,7 +92,7 @@ static INT_PTR CheckProfile(WPARAM wParam, LPARAM lParam) static int OnModulesLoaded(WPARAM, LPARAM) { CMenuItem mi(&g_plugin); - mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 500100000); + mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 500000000); // Main menu items SET_UID(mi, 0x371f9e52, 0x39f5, 0x4fee, 0x84, 0xbb, 0xfe, 0x9c, 0xf, 0xd6, 0x85, 0x79); // {371F9E52-39F5-4FEE-84BB-FE9C0FD68579} -- cgit v1.2.3