From 668495e396bf9752411d1f134f88da4ff3b88b0a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 21 Nov 2016 16:16:39 +0300 Subject: fix for badly working font color button in tabsrmm --- plugins/TabSRMM/src/msgdlgutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/msgdlgutils.cpp') diff --git a/plugins/TabSRMM/src/msgdlgutils.cpp b/plugins/TabSRMM/src/msgdlgutils.cpp index 0404527a22..a0a896b99e 100644 --- a/plugins/TabSRMM/src/msgdlgutils.cpp +++ b/plugins/TabSRMM/src/msgdlgutils.cpp @@ -1224,7 +1224,7 @@ void TSAPI PlayIncomingSound(const TWindowData *dat) void TSAPI GetSendFormat(TWindowData *dat) { - UINT controls[5] = { IDC_FONTBOLD, IDC_FONTITALIC, IDC_FONTUNDERLINE, IDC_FONTSTRIKEOUT, IDC_FONTFACE }; + UINT controls[5] = { IDC_FONTBOLD, IDC_FONTITALIC, IDC_FONTUNDERLINE, IDC_FONTSTRIKEOUT }; dat->SendFormat = M.GetDword(dat->hContact, "sendformat", PluginConfig.m_SendFormat); if (dat->SendFormat == -1) // per contact override to disable it.. -- cgit v1.2.3