diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:28:07 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:28:07 +0000 |
commit | 12c3a05d4f6c2d76d996fd12bc1ab8b5c0afdf1b (patch) | |
tree | 89ff20247fa9f6928f0ec41796254eb99cc0ea17 | |
parent | 8fd80b25369cbd14219127f504b1727644a6f8ae (diff) |
StartupSilence: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/StartupSilence/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index 767fb8bfc7..db07f1949d 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -289,6 +289,7 @@ INT_PTR SilenceConnection(WPARAM wParam, LPARAM) static INT_PTR InitMenu()
{
CMenuItem mi;
+ SET_UID(mi, 0x9100c881, 0x6f76, 0x4cb5, 0x97, 0x66, 0xeb, 0xf5, 0xc5, 0x22, 0x46, 0x1f);
mi.position = 100000000;
mi.hIcolibItem = GetIconHandle(MENU_NAME);
mi.name.a = MENU_NAME;
|