diff options
Diffstat (limited to 'include/delphi/m_history.inc')
-rw-r--r-- | include/delphi/m_history.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_history.inc b/include/delphi/m_history.inc index b51d34ffeb..8900c12791 100644 --- a/include/delphi/m_history.inc +++ b/include/delphi/m_history.inc @@ -25,10 +25,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. const
{
- wParam : MCONTACT
+ wParam : TMCONTACT
lParam : 0
Affects: Show's the history dialog box for a contact, see notes
- Notes : MCONTACT can be NULL(0) to show system messages
+ Notes : TMCONTACT can be NULL(0) to show system messages
}
MS_HISTORY_SHOWCONTACTHISTORY:PAnsiChar = 'History/ShowContactHistory';
|