diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 14:02:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 14:02:37 +0000 |
commit | 1541d27e5a23f2fa680d129603a73420483c7689 (patch) | |
tree | b6bfd1df9d175d4f8675c9548fb9b898469266f0 /src/modules/chat/chat.h | |
parent | 9e28cb9292146942a0eccc0712ee80fb83f5b2d7 (diff) |
fix for dynamic fonts registering
git-svn-id: http://svn.miranda-ng.org/main/trunk@7758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/chat/chat.h')
-rw-r--r-- | src/modules/chat/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chat/chat.h b/src/modules/chat/chat.h index 6fdfca7202..57e940de54 100644 --- a/src/modules/chat/chat.h +++ b/src/modules/chat/chat.h @@ -37,7 +37,7 @@ struct GCPTRS extern HGENMENU hJoinMenuItem, hLeaveMenuItem;
extern GlobalLogSettingsBase *g_Settings;
-extern int g_cbSession, g_cbModuleInfo;
+extern int g_cbSession, g_cbModuleInfo, g_iFontMode, g_iChatLang;
extern TCHAR *g_szFontGroup;
extern CRITICAL_SECTION cs;
|