summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-29 18:03:10 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-29 18:03:10 +0300
commit8b654ebcea0e70b228513b45bedfda08042cfb7b (patch)
tree4a4cfa3ea1d819694f359cd058a83320ed7e2dcd /include
parentee16115cdef84af098a62a6ce46515af6a109d12 (diff)
"Load server history" menu items gathered in one stub not to create zillions of duplicate menu items
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index b44732fa18..134765700c 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -565,6 +565,13 @@ struct PROTOFILERESUME
#define PS_MENU_REVOKEAUTH "/RevokeAuth"
///////////////////////////////////////////////////////////////////////////////
+// Gets called when a user clicks the "Load server history" menu item
+// wParam = hContact
+// lParam = 0
+
+#define PS_MENU_LOADHISTORY "/LoadServerHistory"
+
+///////////////////////////////////////////////////////////////////////////////
// SENDING SERVICES
// these should be called with CallContactService()