From 458184e287f412ba5df625e46013144ca021de9d Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 3 Sep 2015 14:40:04 +0000 Subject: added menu uid in std modules git-svn-id: http://svn.miranda-ng.org/main/trunk@15166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdemail/src/email.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/stdemail') 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"); -- cgit v1.2.3