From 8b654ebcea0e70b228513b45bedfda08042cfb7b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 29 Jun 2020 18:03:10 +0300 Subject: "Load server history" menu items gathered in one stub not to create zillions of duplicate menu items --- include/m_protosvc.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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 @@ -564,6 +564,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() -- cgit v1.2.3