diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-20 19:01:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-20 19:01:31 +0300 |
commit | 2548b85fcf64aedaad4c6edb42e18e19c6111599 (patch) | |
tree | 211041c5afe2ecc620183947dfa6c8e97e6c315c /plugins/DbEditorPP | |
parent | 6d8d0f1919042a189b806ed05d0bd51b6876b354 (diff) |
attempt to sync Database menu root's position
Diffstat (limited to 'plugins/DbEditorPP')
-rw-r--r-- | plugins/DbEditorPP/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|