diff options
author | George Hazan <ghazan@miranda.im> | 2021-02-20 15:18:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-02-20 15:18:40 +0300 |
commit | 827327682d75718dea04ff0ede7b46cb746d2ec5 (patch) | |
tree | 9f3123de15200a4da7bce716f7622e8571f20549 /plugins/IEHistory/src/IEHistory.cpp | |
parent | b37158418475db921a89452e94e51affd46949c6 (diff) |
fixes #2747 (unified System History menu item creation)
Diffstat (limited to 'plugins/IEHistory/src/IEHistory.cpp')
-rw-r--r-- | plugins/IEHistory/src/IEHistory.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index 344190de51..d0d5e853be 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -86,11 +86,6 @@ int CMPlugin::Load() mi.pszService = MS_HISTORY_SHOWCONTACTHISTORY; Menu_AddContactMenuItem(&mi); - // @todo (White-Tiger#1#08/19/14): fully implement System History someday^^ - SET_UID(mi, 0xfcb4bb2a, 0xd4d8, 0x48ab, 0x94, 0xcc, 0x5b, 0xe9, 0x8d, 0x53, 0x3e, 0xf1); - mi.name.w = LPGENW("&System History"); - Menu_AddMainMenuItem(&mi); - HookEvent(ME_OPT_INITIALISE, OnOptionsInitialize); return 0; } |