diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index d1a9a2ba05..f4195488ed 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -328,7 +328,7 @@ struct CHAT_MANAGER wchar_t *szActiveWndID;
HICON hIcons[30];
HBRUSH hListBkgBrush, hListSelectedBkgBrush;
- HANDLE hBuildMenuEvent, hSendEvent;
+ HANDLE hevWinPopup, hevPreCreate;
FONTINFO aFonts[OPTIONS_FONTCOUNT];
LIST<SESSION_INFO> &arSessions;
char **pLogIconBmpBits;
|