diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-21 14:34:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-21 14:34:53 +0300 |
commit | 8594b8b1e2d49a9e354e50ecc606b5934912e36b (patch) | |
tree | 39410b6014e558d62dc046696b36f951b698e402 /include/delphi/m_history.inc | |
parent | 497feba423271790e7b2b644b61df3934af06f9e (diff) |
fixes #3500 (History++: Empty history doesn't work)
Diffstat (limited to 'include/delphi/m_history.inc')
-rw-r--r-- | include/delphi/m_history.inc | 2 |
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}
|