From 43177ef97c1421502b5a2be9b8b62a6809fb29bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Mar 2017 16:57:24 +0300 Subject: cosmetic code cleaning --- src/core/stdmsg/src/chat_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/stdmsg') diff --git a/src/core/stdmsg/src/chat_window.cpp b/src/core/stdmsg/src/chat_window.cpp index 9e2e472961..8af9e7db0c 100644 --- a/src/core/stdmsg/src/chat_window.cpp +++ b/src/core/stdmsg/src/chat_window.cpp @@ -494,7 +494,7 @@ static LRESULT CALLBACK MessageSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, UINT u = IsDlgButtonChecked(hwndDlg, IDC_COLOR); if (index >= 0) { - dat->si->bFGSet = TRUE; + dat->si->bFGSet = true; dat->si->iFG = index; } -- cgit v1.2.3