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/HistoryPlusPlus | |
parent | 56d1702de011963f3506a481a43c68beb97c8fe8 (diff) |
add module name (part 1)
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dpr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 7a5a4dbd09..81ed90ce33 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -250,6 +250,7 @@ begin menuItem.szName.w := MenuHandles[miContact].Name;
menuItem.pszService := MS_HISTORY_SHOWCONTACTHISTORY;
menuItem.hIcon := hppIcons[HPP_ICON_CONTACTHISTORY].handle;
+ menuItem.Module := 'HistoryPlusPlus';
MenuHandles[miContact].Handle := Menu_AddContactMenuItem(@menuItem);
// create empty item in contact menu
|