From a7e8fb839f9e8eb92e7dc66b189faa93c37a9957 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 Mar 2023 16:25:07 +0300 Subject: MS_HISTORY_EMPTY - added flag to wipe history automagically --- include/m_history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_history.h b/include/m_history.h index 2fb8c66cd6..402e019e8b 100644 --- a/include/m_history.h +++ b/include/m_history.h @@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ///////////////////////////////////////////////////////////////////////////////////////// // Empties contact's history // wParam = (MCONTACT)hContact -// lParam = 0 (unused) +// lParam = (BOOL)bForce - force history deletion, don't ask questions // hContact can be NULL to wipe system history #define MS_HISTORY_EMPTY "History/EmptyHistory" -- cgit v1.2.3