diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:13:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:13:17 +0000 |
commit | aed72ab0a04517bfe9a91c268066219c6b18abd4 (patch) | |
tree | 1d24eb06f1b0a8ab3e881817ca666eac218f8a04 /plugins | |
parent | f52ccf83f4846072e48571011eae6efe4f5d7d2b (diff) |
ClientChangeNotify: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 59034b59a6..442e65b31a 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -329,6 +329,7 @@ int MirandaLoaded(WPARAM, LPARAM) HookEvent(ME_CLIST_PREBUILDMAINMENU, PrebuildMainMenu);
CMenuItem mi;
+ SET_UID(mi, 0xfabb9181, 0xdb92, 0x43f4, 0x86, 0x40, 0xca, 0xb6, 0x4c, 0x93, 0x34, 0x27);
mi.root = Menu_CreateRoot(MO_MAIN, LPGENT("Popups"), 0);
mi.flags = CMIF_TCHAR;
if (g_PopupOptPage.GetDBValueCopy(IDC_POPUPOPTDLG_POPUPNOTIFY))
|