From 1541d27e5a23f2fa680d129603a73420483c7689 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Jan 2014 14:02:37 +0000 Subject: fix for dynamic fonts registering git-svn-id: http://svn.miranda-ng.org/main/trunk@7758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/chat/chat.h') 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; -- cgit v1.2.3