diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-08 16:57:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-08 16:57:24 +0300 |
commit | 43177ef97c1421502b5a2be9b8b62a6809fb29bf (patch) | |
tree | b2f27ba9258583afbf4633ef5736bc876bbc4111 /plugins/Scriver/src | |
parent | 7b19b6715a75c52e0285ee2031a8fa2ddace1da7 (diff) |
cosmetic code cleaning
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/chat/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/window.cpp b/plugins/Scriver/src/chat/window.cpp index 518e818200..251bb7acf1 100644 --- a/plugins/Scriver/src/chat/window.cpp +++ b/plugins/Scriver/src/chat/window.cpp @@ -304,7 +304,7 @@ static LRESULT CALLBACK MessageSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, u = IsDlgButtonChecked(GetParent(hwnd), IDC_COLOR);
if (index >= 0) {
- si->bFGSet = TRUE;
+ si->bFGSet = true;
si->iFG = index;
}
|