summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 19:51:24 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 19:51:24 +0000
commit36e3a6afcae4aee408565e1d877c053397aa7f30 (patch)
treec8957a59950aea49ac7804258271147e96dd1013 /plugins/Msg_Export
parent7c60d831a71ddec3ecbabc6bcbb57d2d2504297c (diff)
Msg_Export: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-xplugins/Msg_Export/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp
index ed19d2c7c5..2432e2679d 100755
--- a/plugins/Msg_Export/src/main.cpp
+++ b/plugins/Msg_Export/src/main.cpp
@@ -116,6 +116,7 @@ int MainInit(WPARAM /*wparam*/, LPARAM /*lparam*/)
if (!bReplaceHistory)
{
CMenuItem mi;
+ SET_UID(mi, 0x701c543, 0xd078, 0x41dd, 0x95, 0xe3, 0x96, 0x49, 0x8a, 0x72, 0xc7, 0x50);
mi.hIcolibItem = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_EXPORT_MESSAGE));
mi.position = 1000090100;
mi.name.a = LPGEN("Open E&xported History");