summaryrefslogtreecommitdiff
path: root/protocols/Twitter
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 18:12:59 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 18:12:59 +0000
commit44e2a4adf4c3b415c84acb4a6cabc5928f15e9f0 (patch)
tree869a67a26bd7d9ef1e3c45b2ec9f79ba8c09be0e /protocols/Twitter
parent8667119776edbb45cdfb70eec3e1eb8775a3f555 (diff)
Twitter: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter')
-rw-r--r--protocols/Twitter/src/theme.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Twitter/src/theme.cpp b/protocols/Twitter/src/theme.cpp
index 05fd48fae8..ebe95d99f2 100644
--- a/protocols/Twitter/src/theme.cpp
+++ b/protocols/Twitter/src/theme.cpp
@@ -89,6 +89,7 @@ void InitContactMenus()
CMenuItem mi;
mi.flags = CMIF_NOTOFFLINE | CMIF_TCHAR;
+ SET_UID(mi,0xfc4e1245, 0xc8e0, 0x4de2, 0x92, 0x15, 0xfc, 0xcf, 0x48, 0xf9, 0x41, 0x56);
mi.position = -2000006000;
mi.hIcolibItem = GetIconHandle("reply");
mi.name.t = LPGENT("Reply...");
@@ -96,6 +97,7 @@ void InitContactMenus()
g_hMenuEvts[1] = CreateServiceFunction(mi.pszService, GlobalService<&TwitterProto::ReplyToTweet>);
g_hMenuItems[0] = Menu_AddContactMenuItem(&mi);
+ SET_UID(mi, 0x7f7e4c24, 0x821c, 0x450f, 0x93, 0x76, 0xbe, 0x65, 0xe9, 0x2f, 0xb6, 0xc2);
mi.position = -2000006000;
mi.hIcolibItem = GetIconHandle("homepage");
mi.name.t = LPGENT("Visit Homepage");