diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-03 19:30:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-03 19:30:28 +0000 |
commit | 7c3439338c6eb646f48bd5f8ca3ebe0f2012c3a5 (patch) | |
tree | d701d310bdcc0ce136ac02cb9c8befb14fc4a0d8 /plugins/Scriver | |
parent | 68d7bfe7bd48c687ef38d6b8a646a4c18beaf9b8 (diff) |
Scriver: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/msgs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index 701733a6bc..bdf6dbfc9b 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -448,6 +448,7 @@ static int OnModulesLoaded(WPARAM, LPARAM) ModuleLoad(0, 0);
CMenuItem mi;
+ SET_UID(mi, 0x58d8dc1, 0x1c25, 0x49c0, 0xb8, 0x7c, 0xa3, 0x22, 0x2b, 0x3d, 0xf1, 0xd8);
mi.position = -2000090000;
mi.flags = CMIF_DEFAULT;
mi.hIcolibItem = Skin_GetIconHandle(SKINICON_EVENT_MESSAGE);
|