From 0269e9306300f5ca12d5120a5a0f3051adfc4302 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Feb 2014 19:46:11 +0000 Subject: old/unused types removed from Pascal sources git-svn-id: http://svn.miranda-ng.org/main/trunk@8267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/historypp.dpr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 58939fab73..e8c4e2a2a7 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -517,10 +517,10 @@ begin end; end; -//wParam : HCONTACT +//wParam : MCONTACT //lParam : HDBCONTACT //Called when a new event has been added to the event chain -//for a contact, HCONTACT contains the contact who added the event, +//for a contact, MCONTACT contains the contact who added the event, //HDBCONTACT a handle to what was added. function OnEventAdded(wParam: WPARAM; lParam: LPARAM): Integer; cdecl; begin @@ -528,7 +528,7 @@ begin NotifyAllForms(HM_MIEV_EVENTADDED,wParam,lParam); end; -//wParam : HCONTACT +//wParam : MCONTACT //lParam : HDBEVENT //Affect : Called when an event is about to be deleted from the event chain //for a contact, see notes -- cgit v1.2.3