diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:54:05 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:54:05 +0000 |
commit | 45fc77820885b981f63b56ea3d04b5d90829bd6c (patch) | |
tree | 5e9925620bd80b7df5b06f2e0713e29d5edfc5a5 /plugins/MyDetails/src/frame.cpp | |
parent | 36e3a6afcae4aee408565e1d877c053397aa7f30 (diff) |
MyDetails
git-svn-id: http://svn.miranda-ng.org/main/trunk@15231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/src/frame.cpp')
-rw-r--r-- | plugins/MyDetails/src/frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MyDetails/src/frame.cpp b/plugins/MyDetails/src/frame.cpp index f51ce6a877..b7ae628f03 100644 --- a/plugins/MyDetails/src/frame.cpp +++ b/plugins/MyDetails/src/frame.cpp @@ -328,6 +328,7 @@ int CreateFrame() // Create menu item
CMenuItem mi;
+ SET_UID(mi, 0x69a43f1d, 0x6ebd, 0x4e41, 0xa6, 0xbd, 0x18, 0xea, 0xc4, 0x3, 0x90, 0x35);
mi.flags = CMIF_TCHAR;
mi.root = Menu_CreateRoot(MO_MAIN, LPGENT("My details"), 500010000);
mi.position = 1;
|