From 84a693e4ea7d3072b2188152736aca7c8b885863 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Mar 2015 15:06:19 +0000 Subject: fix for the correct restoring of filter in tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@12551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/options.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/chat/options.cpp') diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index b895e70991..7c77f7da97 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -127,7 +127,8 @@ static FontOptionsList IP_fontOptionsList[] = { static FontOptionsList *fontOptionsList = IM_fontOptionsList; static int fontCount = MSGDLGFONTCOUNT; -struct branch_t { +struct branch_t +{ TCHAR* szDescr; char* szDBName; int iMode; @@ -483,7 +484,8 @@ static TCHAR* chatcolorsnames[] = LPGENT("Incremental search highlight") }; -void RegisterFontServiceFonts() { +void RegisterFontServiceFonts() +{ char szTemp[100]; LOGFONT lf; FontIDT fid = { 0 }; -- cgit v1.2.3