diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:20:40 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:20:40 +0000 |
commit | d349f694fc19b53762823fcb5493ec3e3082a16b (patch) | |
tree | 281150252d8447ee15068a190c7d5207a7924c45 | |
parent | 599e275693296812ad76beda6b9d0ee159fc362e (diff) |
CyrTranslit: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/CyrTranslit/src/MirandaContact.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CyrTranslit/src/MirandaContact.cpp b/plugins/CyrTranslit/src/MirandaContact.cpp index a14a6fcbd8..e9f8eda164 100644 --- a/plugins/CyrTranslit/src/MirandaContact.cpp +++ b/plugins/CyrTranslit/src/MirandaContact.cpp @@ -64,6 +64,7 @@ void MirandaContact::save(MCONTACT hContact, bool bValue) void MirandaContact::addMenuItem()
{
CMenuItem mi;
+ SET_UID(mi,0x47bbf49f, 0x2b77, 0x412a, 0xaa, 0x80, 0xbe, 0xd5, 0x2f, 0x8, 0x29, 0x96);
mi.name.a = MENU_ITEM_TEXT;
mi.position = 65535;
mi.pszService = MENU_COMMAND_CALLBACK_SERVICE;
|