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/Db_autobackups/src | |
parent | 6d8d0f1919042a189b806ed05d0bd51b6876b354 (diff) |
attempt to sync Database menu root's position
Diffstat (limited to 'plugins/Db_autobackups/src')
-rw-r--r-- | plugins/Db_autobackups/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index 3695a19350..c18e12f932 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -95,7 +95,7 @@ static INT_PTR OnTogglePopups(WPARAM, LPARAM) static int ModulesLoad(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, 0x1439b1db, 0x7d95, 0x495b, 0xbf, 0x5, 0x3d, 0x21, 0xc1, 0xeb, 0xf7, 0x58);
|