summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-19 12:02:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-19 12:02:16 +0000
commit085b45f2920353f055b036c00ebb27fb1b8148e9 (patch)
tree9b172d62bdbc8ac065368dd99d843899d9f10580 /include
parentbd79fceb18897a5cf49ac5175882dcbf03673847 (diff)
boolean field names normalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@7753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index df67bb2909..f7179aa2f8 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -238,19 +238,21 @@ struct GCLogStreamDataBase
struct GlobalLogSettingsBase
{
- BOOL ShowTime;
- BOOL ShowTimeIfChanged;
- BOOL LoggingEnabled;
- BOOL FlashWindow;
- BOOL HighlightEnabled;
- BOOL LogIndentEnabled;
- BOOL StripFormat;
- BOOL SoundsFocus;
- BOOL PopupInactiveOnly;
- BOOL TrayIconInactiveOnly;
- BOOL AddColonToAutoComplete;
- BOOL LogLimitNames;
- BOOL TimeStampEventColour;
+ bool bShowTime;
+ bool bShowTimeIfChanged;
+ bool bLoggingEnabled;
+ bool bFlashWindow, bFlashWindowHighlight;
+ bool bHighlightEnabled;
+ bool bLogIndentEnabled;
+ bool bStripFormat;
+ bool bSoundsFocus;
+ bool bPopupInactiveOnly;
+ bool bTrayIconInactiveOnly;
+ bool bAddColonToAutoComplete;
+ bool bLogLimitNames;
+ bool bTimeStampEventColour;
+ bool bShowContactStatus;
+ bool bContactStatusFirst;
DWORD dwIconFlags;
DWORD dwTrayIconFlags;
DWORD dwPopupFlags;
@@ -280,8 +282,6 @@ struct GlobalLogSettingsBase
COLORREF crUserListHeadingsColor;
COLORREF crPUTextColour;
COLORREF crPUBkgColour;
- BOOL ShowContactStatus;
- BOOL ContactStatusFirst;
};
/////////////////////////////////////////////////////////////////////////////////////////