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/DbChecker | |
parent | 6d8d0f1919042a189b806ed05d0bd51b6876b354 (diff) |
attempt to sync Database menu root's position
Diffstat (limited to 'plugins/DbChecker')
-rw-r--r-- | plugins/DbChecker/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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} |