From 085b45f2920353f055b036c00ebb27fb1b8148e9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Jan 2014 12:02:16 +0000 Subject: boolean field names normalization git-svn-id: http://svn.miranda-ng.org/main/trunk@7753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat_int.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'include') 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; }; ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3