diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:38:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:38:17 +0000 |
commit | 8481253970f2e90cf06ab1acca2a8b033a408c64 (patch) | |
tree | 663440de98903ea947197baa9e2382061c3ed192 /plugins | |
parent | 0283589f2730eacaf8166c4cbd2744ee405a9c1a (diff) |
IEHistory: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/IEHistory/src/IEHistory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index ed4cca5b49..6f0e9667ea 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -76,6 +76,7 @@ extern "C" int __declspec(dllexport) Load(void) /// menu items CMenuItem mi; + SET_UID(mi, 0x28848d7a, 0x6995, 0x4799, 0x82, 0xd7, 0x18, 0x40, 0x3d, 0xe3, 0x71, 0xc4); mi.name.t = LPGENT("View &history"); mi.flags = CMIF_TCHAR; mi.position = 1000090000; @@ -84,6 +85,7 @@ extern "C" int __declspec(dllexport) Load(void) Menu_AddContactMenuItem(&mi); /// @todo (White-Tiger#1#08/19/14): fully implement System History someday^^ + SET_UID(mi, 0xfcb4bb2a, 0xd4d8, 0x48ab, 0x94, 0xcc, 0x5b, 0xe9, 0x8d, 0x53, 0x3e, 0xf1); mi.name.t = LPGENT("&System History"); Menu_AddMainMenuItem(&mi); |