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/DbEditorPP/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/DbEditorPP/src') diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp index d954cf1b89..b2219577f8 100644 --- a/plugins/DbEditorPP/src/main.cpp +++ b/plugins/DbEditorPP/src/main.cpp @@ -109,7 +109,7 @@ static int ModulesLoaded(WPARAM, LPARAM) // Register menu item CMenuItem mi(&g_plugin); - mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 1900000001); + mi.root = g_plugin.addRootMenu(MO_MAIN, LPGENW("Database"), 500000000); SET_UID(mi, 0xe298849c, 0x1a8c, 0x4fc7, 0xa0, 0xf4, 0x78, 0x18, 0xf, 0xe2, 0xf7, 0xc9); mi.position = 1900000001; -- cgit v1.2.3