From c6519db3afea05236cd41a144110a8a74f3daa96 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Jun 2021 16:29:02 +0300 Subject: fixes #2914 (unified empty history menu items) --- include/delphi/m_history.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/delphi') diff --git a/include/delphi/m_history.inc b/include/delphi/m_history.inc index 8900c12791..bba32c8c9f 100644 --- a/include/delphi/m_history.inc +++ b/include/delphi/m_history.inc @@ -32,4 +32,10 @@ const } MS_HISTORY_SHOWCONTACTHISTORY:PAnsiChar = 'History/ShowContactHistory'; + { + wParam : TMCONTACT + lParam : 0 + } + MS_HISTORY_EMPTY:PAnsiChar = 'History/Empty'; + {$ENDIF} -- cgit v1.2.3