diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:59:49 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:59:49 +0000 |
commit | c6ee1ad4bbfceb4afc0ba1d69489a652cbce3893 (patch) | |
tree | 346961df3ed6e7e528b0d0c54b144aec371c8fef /plugins | |
parent | 4296a88d92b1e407a31742d2cffaf353bdf59ab5 (diff) |
ZeroNotify: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ZeroNotification/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index d6950cb701..08e4cfa015 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -239,6 +239,7 @@ extern "C" __declspec(dllexport) int Load(void) mi.flags = CMIF_TCHAR;
UpdateMenuItem();
+ SET_UID(mi, 0x6bd635eb, 0xc4bb, 0x413b, 0xb9, 0x3, 0x81, 0x6d, 0x8f, 0xf1, 0x9b, 0xb0);
mi.pszService = MODNAME "/MenuCommand";
noSoundMenu = Menu_AddMainMenuItem(&mi);
}
|