summaryrefslogtreecommitdiff
path: root/include/delphi/m_history.inc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-21 14:34:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-21 14:34:53 +0300
commit8594b8b1e2d49a9e354e50ecc606b5934912e36b (patch)
tree39410b6014e558d62dc046696b36f951b698e402 /include/delphi/m_history.inc
parent497feba423271790e7b2b644b61df3934af06f9e (diff)
fixes #3500 (History++: Empty history doesn't work)
Diffstat (limited to 'include/delphi/m_history.inc')
-rw-r--r--include/delphi/m_history.inc2
1 files changed, 1 insertions, 1 deletions
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}