diff options
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/m_historypp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/m_historypp.inc b/plugins/HistoryPlusPlus/m_historypp.inc index e2f547da2d..3bd0de87c5 100644 --- a/plugins/HistoryPlusPlus/m_historypp.inc +++ b/plugins/HistoryPlusPlus/m_historypp.inc @@ -95,7 +95,7 @@ type hContact : TMCONTACT; // handle to the contact for which the event is processed hDBEvent : TMEVENT; // handle to the event which is processed dwEventTime : DWord; // timestamp of the event - wEventType : Word; // Event's flags (see m_database, EVENTTYPE_*; m_icq, ICQEVENTTYPE_*) + wEventType : Word; // Event's flags (see m_database, EVENTTYPE_*) IsEventSent : ByteBool; // Outgoing event. True if DBEF_SENT event flag is present (see m_database) bHistoryWindow: Byte; // What kind of window history. See IRDHW_* values dwFlags : DWord; // Any reasonable combination of IRDF_* flags. |