diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:35:48 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:35:48 +0000 |
commit | 0283589f2730eacaf8166c4cbd2744ee405a9c1a (patch) | |
tree | c28b8e6f741b0109adf8f84765e2758b4ebd212c /plugins/HTTPServer/src/main.cpp | |
parent | 76f95007161ac43858cea40ec6aa0f2101bf6383 (diff) |
HTTPServer: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/main.cpp')
-rw-r--r-- | plugins/HTTPServer/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index 5e1ce54f3f..628267d374 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -928,6 +928,7 @@ extern "C" __declspec(dllexport) int Load() if (db_get_b(NULL, MODULE, "AddAcceptConMenuItem", 1)) {
CMenuItem mi;
+ SET_UID(mi, 0xf0a68784, 0xc30e, 0x4245, 0xb6, 0x2b, 0xb8, 0x71, 0x7e, 0xe6, 0xe1, 0x73);
mi.flags = CMIF_TCHAR;
mi.hIcolibItem = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SHARE_NEW_FILE));
mi.position = 1000085000;
|