From 8594b8b1e2d49a9e354e50ecc606b5934912e36b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 21 Apr 2023 14:34:53 +0300 Subject: fixes #3500 (History++: Empty history doesn't work) --- include/delphi/m_history.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/delphi/m_history.inc b/include/delphi/m_history.inc index bba32c8c9f..32835049ab 100644 --- a/include/delphi/m_history.inc +++ b/include/delphi/m_history.inc @@ -36,6 +36,6 @@ const wParam : TMCONTACT lParam : 0 } - MS_HISTORY_EMPTY:PAnsiChar = 'History/Empty'; + MS_HISTORY_EMPTY:PAnsiChar = 'History/EmptyHistory'; {$ENDIF} -- cgit v1.2.3