summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 19:21:52 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 19:21:52 +0000
commit1ed8db0b09982865dac3dc0d5ce93fba35486d6d (patch)
tree7975cc7b5b7e7b4fa686cb61cb31806163188aba
parentd349f694fc19b53762823fcb5493ec3e3082a16b (diff)
Db_autobackups: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Db_autobackups/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp
index 5579e9daf4..f32c673ee2 100644
--- a/plugins/Db_autobackups/src/main.cpp
+++ b/plugins/Db_autobackups/src/main.cpp
@@ -66,12 +66,14 @@ static int ModulesLoad(WPARAM, LPARAM)
CMenuItem mi;
mi.root = Menu_CreateRoot(MO_MAIN, LPGENT("Database"), 500100000);
+ SET_UID(mi, 0x1439b1db, 0x7d95, 0x495b, 0xbf, 0x5, 0x3d, 0x21, 0xc1, 0xeb, 0xf7, 0x58);
mi.name.a = LPGEN("Backup profile");
mi.pszService = MS_AB_BACKUP;
mi.hIcolibItem = iconList[0].hIcolib;
mi.position = 500100000;
Menu_AddMainMenuItem(&mi);
+ SET_UID(mi, 0x15e93f83, 0x930e, 0x4cf9, 0x91, 0x31, 0x4c, 0x2b, 0xb, 0xaa, 0xd2, 0x18);
mi.name.a = LPGEN("Save profile as...");
mi.pszService = MS_AB_SAVEAS;
mi.hIcolibItem = iconList[1].hIcolib;