diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-10 16:29:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-10 16:29:02 +0300 |
commit | c6519db3afea05236cd41a144110a8a74f3daa96 (patch) | |
tree | a30afee305efb54be06a4b7bf1fafdbc6f2ce9ce /include/delphi | |
parent | 2ad5c23a591fb5aa4c34f1148ee565cc015d1384 (diff) |
fixes #2914 (unified empty history menu items)
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_history.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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}
|