diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:23:15 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:23:15 +0000 |
commit | aa4ef35a86d594bf7373664f029d5357bd46ca43 (patch) | |
tree | 9d73034fb77d06d07822e2c0f8186722d17841d3 /plugins/Exchange/src/hooked_events.cpp | |
parent | 1ed8db0b09982865dac3dc0d5ce93fba35486d6d (diff) |
Exchange: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/src/hooked_events.cpp')
-rw-r--r-- | plugins/Exchange/src/hooked_events.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Exchange/src/hooked_events.cpp b/plugins/Exchange/src/hooked_events.cpp index 2771de7682..ecf569ef70 100644 --- a/plugins/Exchange/src/hooked_events.cpp +++ b/plugins/Exchange/src/hooked_events.cpp @@ -58,9 +58,10 @@ int UnhookEvents() int OnModulesLoaded(WPARAM, LPARAM)
{
-
UpdateTimers();
+
CMenuItem mi;
+ SET_UID(mi, 0xcbfbfd3d, 0x5002, 0x4c64, 0x92, 0xb, 0x9c, 0x12, 0x4b, 0x6, 0x51, 0x2a);
mi.hIcolibItem = hiMailIcon;
mi.position = 10000000;
mi.pszService = MS_EXCHANGE_CHECKEMAIL;
|