summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 19:32:47 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 19:32:47 +0000
commit76f95007161ac43858cea40ec6aa0f2101bf6383 (patch)
treee4c4ec0205a2898333668a2bcee57721047e8fe1
parent9f3c06b01669faebe8f59b57d5c38ea24ede2cac (diff)
HistoryLinkList: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/HistoryLinkListPlus/src/linklist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HistoryLinkListPlus/src/linklist.cpp b/plugins/HistoryLinkListPlus/src/linklist.cpp
index cc18a043a3..88de017407 100644
--- a/plugins/HistoryLinkListPlus/src/linklist.cpp
+++ b/plugins/HistoryLinkListPlus/src/linklist.cpp
@@ -61,6 +61,7 @@ extern "C" __declspec(dllexport) int Load(void)
CreateServiceFunction("Linklist/MenuCommand", LinkList_Main);
CMenuItem mi;
+ SET_UID(mi, 0x2964dc6c, 0x9cf9, 0x4f20, 0x8f, 0x8a, 0xc6, 0xfe, 0xe2, 0x65, 0xac, 0xc9);
mi.flags = CMIF_TCHAR;
mi.hIcolibItem = LoadIcon(hInst, MAKEINTRESOURCE(IDI_LINKLISTICON));
mi.name.t = LPGENT("&Create Linklist");