From 61676a7a0f5edc6ea97fc27c1fe514db3354b2ed Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 19 Jan 2018 17:12:30 +0300 Subject: tabSRMM: it should be possible to set default style for the message input area's font --- plugins/TabSRMM/src/chat_options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index b729f86d2a..4492c18e78 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -530,10 +530,10 @@ void RegisterFontServiceFonts() wcsncpy(fid.group, LPGENW("Message Sessions"), _countof(fid.group)); wcsncpy(fid.backgroundGroup, LPGENW("Message Sessions"), _countof(fid.backgroundGroup)); wcsncpy(fid.backgroundName, LPGENW("Input area background"), _countof(fid.backgroundName)); - fid.flags |= FIDF_DISABLESTYLES; - fid.flags &= ~FIDF_ALLOWEFFECTS; break; case 17: + fid.flags |= FIDF_DISABLESTYLES; + fid.flags &= ~FIDF_ALLOWEFFECTS; wcsncpy(fid.backgroundName, LPGENW("Status background"), _countof(fid.backgroundName)); break; case 18: -- cgit v1.2.3