diff options
Diffstat (limited to 'include/m_history.h')
-rw-r--r-- | include/m_history.h | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|