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 033d5d36da..4e69c9f4e4 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -247,7 +247,7 @@ struct CHAT_MANAGER_INITDATA int cbModuleInfo, cbSession;
wchar_t *szFontGroup;
int iFontMode;
- int iLangId;
+ HPLUGIN pPlugin;
};
typedef BOOL (*pfnDoTrayIcon)(SESSION_INFO *si, GCEVENT *gce);
|