diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:57:25 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:57:25 +0000 |
commit | 61fcb6e521acd4003fcb5eee04ffd74c66d82d12 (patch) | |
tree | 6df2c6dde132f5c443ac330912f9fed8f1e0c62c /plugins | |
parent | 24e92333a5c0087b2f34e21db7b1202e5b46babb (diff) |
XSoundNotify: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/XSoundNotify/src/xsn_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index c1b6afc31f..d43eec86d3 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -178,6 +178,7 @@ static int OnLoadInit(WPARAM, LPARAM) mir_getCI(NULL);
CMenuItem mi;
+ SET_UID(mi, 0x5d72ca1f, 0xc52, 0x436d, 0x81, 0x47, 0x29, 0xf6, 0xc3, 0x28, 0xb5, 0xd1);
mi.position = -0x7FFFFFFF;
mi.flags = CMIF_TCHAR;
mi.hIcolibItem = Skin_LoadIcon(SKINICON_OTHER_MIRANDA);
|