diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:36:01 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-05 11:36:01 +0000 |
commit | 45143d2f28c27382fbc112a4cefddc02813f1656 (patch) | |
tree | 934f7a4ef4af2cd2fbc188bd078db7b10db8b504 /plugins/UserGuide/src | |
parent | dc1980368af74fbf1c9a86afe42badacbbd7eabb (diff) |
UserGuide: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserGuide/src')
-rw-r--r-- | plugins/UserGuide/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/UserGuide/src/main.cpp b/plugins/UserGuide/src/main.cpp index f881f93ead..24d1c2e716 100644 --- a/plugins/UserGuide/src/main.cpp +++ b/plugins/UserGuide/src/main.cpp @@ -83,6 +83,7 @@ extern "C" __declspec(dllexport) int Load(void) hShowGuide = CreateServiceFunction("UserGuide/ShowGuide", ShowGuideFile);
CMenuItem mi;
+ SET_UID(mi, 0x6787c12d, 0xdc85, 0x409d, 0xaa, 0x6c, 0x1f, 0xfe, 0x5f, 0xe8, 0xc1, 0x18);
mi.position = 500000;
mi.flags = CMIF_TCHAR;
mi.hIcolibItem = Skin_LoadIcon(SKINICON_OTHER_HELP);
|