diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-03 14:40:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-03 14:40:04 +0000 |
commit | 458184e287f412ba5df625e46013144ca021de9d (patch) | |
tree | fd6b501f567085d3e6ad30dfb2bd95eb3a791367 /src/core/stdemail | |
parent | 8d8c05f5ab6d926eb0b0deb46559cd5a998a231f (diff) |
added menu uid in std modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@15166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdemail')
-rw-r--r-- | src/core/stdemail/src/email.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdemail/src/email.cpp b/src/core/stdemail/src/email.cpp index f2758357e6..f07e3d8060 100644 --- a/src/core/stdemail/src/email.cpp +++ b/src/core/stdemail/src/email.cpp @@ -67,6 +67,7 @@ static int EMailPreBuildMenu(WPARAM hContact, LPARAM) int LoadSendRecvEMailModule(void)
{
CMenuItem mi;
+ SET_UID(mi, 0x61d8e25a, 0x92e, 0x4470, 0x84, 0x57, 0x5e, 0x52, 0x17, 0x7f, 0xfa, 0x3);
mi.position = -2000010000;
mi.hIcolibItem = Skin_GetIconHandle(SKINICON_OTHER_SENDEMAIL);
mi.name.a = LPGEN("&E-mail");
|