diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-27 00:12:03 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-27 00:12:03 +0300 |
commit | 48affc01c9a19f3ce39a4600ec6b8e0b247b80c1 (patch) | |
tree | bf3b9a4e139ec0fb2831da27942772933e43ef28 /plugins/AddContactPlus/src/main.cpp | |
parent | 56d1702de011963f3506a481a43c68beb97c8fe8 (diff) |
add module name (part 1)
Diffstat (limited to 'plugins/AddContactPlus/src/main.cpp')
-rw-r--r-- | plugins/AddContactPlus/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AddContactPlus/src/main.cpp b/plugins/AddContactPlus/src/main.cpp index 26df21c584..368c37c2b8 100644 --- a/plugins/AddContactPlus/src/main.cpp +++ b/plugins/AddContactPlus/src/main.cpp @@ -94,6 +94,7 @@ static int OnAccListChanged(WPARAM, LPARAM) CMenuItem mi;
SET_UID(mi, 0xb19db907, 0x870e, 0x49fa, 0xa7, 0x1e, 0x43, 0x5e, 0xa8, 0xe5, 0x9b, 0xbd);
+ mi.Module = "AddContact+";
mi.position = 500020001;
mi.flags = CMIF_UNICODE;
mi.hIcolibItem = icon.hIcolib;
|