summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat/options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-30 15:06:19 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-30 15:06:19 +0000
commit84a693e4ea7d3072b2188152736aca7c8b885863 (patch)
tree0ccea849066ca3cd2836811d419d519d5d1d9666 /plugins/TabSRMM/src/chat/options.cpp
parent5af8f1dae14233cb203d78da7b5b1a286272cc6a (diff)
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
Diffstat (limited to 'plugins/TabSRMM/src/chat/options.cpp')
-rw-r--r--plugins/TabSRMM/src/chat/options.cpp6
1 files changed, 4 insertions, 2 deletions
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 };