diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-16 13:18:13 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-16 13:18:13 +0000 |
commit | 5622e7729da483327a3e863ec51831e4cdaddf10 (patch) | |
tree | bd299dcec1c061d1fe5d9efb69e20d840213b26e /include/m_chat.h | |
parent | a5c313571b5f8dcf3a7a1761a252ee925d8a7793 (diff) |
Fixed notifying events.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_chat.h')
-rw-r--r-- | include/m_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 3073b9b27f..4784745ffc 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -499,7 +499,7 @@ typedef struct { };
// IRC use it to display a hostmask for JOIN, PART (and more) events.
BOOL bIsMe; // Is this event from the Miranda user?
- DWORD dwFlags; // event flags: GCEF_ADDTOLOG, GC_UNICODE
+ DWORD dwFlags; // event flags: GCEF_ADDTOLOG, GCEF_NOTNOTIFY, GC_UNICODE
// FALSE any other time than when initializing the window (before sending SESSION_INITDONE)
DWORD_PTR dwItemData; // User specified data.
|