summaryrefslogtreecommitdiff
path: root/src/core/stduihist
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-03 14:40:04 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-03 14:40:04 +0000
commit458184e287f412ba5df625e46013144ca021de9d (patch)
treefd6b501f567085d3e6ad30dfb2bd95eb3a791367 /src/core/stduihist
parent8d8c05f5ab6d926eb0b0deb46559cd5a998a231f (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/stduihist')
-rw-r--r--src/core/stduihist/src/history.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stduihist/src/history.cpp b/src/core/stduihist/src/history.cpp
index 9f6e104b38..f5ef654864 100644
--- a/src/core/stduihist/src/history.cpp
+++ b/src/core/stduihist/src/history.cpp
@@ -401,6 +401,7 @@ static int PreShutdownHistoryModule(WPARAM, LPARAM)
int LoadHistoryModule(void)
{
CMenuItem mi;
+ SET_UID(mi, 0x28848d7a, 0x6995, 0x4799, 0x82, 0xd7, 0x18, 0x40, 0x3d, 0xe3, 0x71, 0xc4);
mi.position = 1000090000;
mi.hIcolibItem = Skin_GetIconHandle(SKINICON_OTHER_HISTORY);
mi.name.a = LPGEN("View &history");