diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-07 10:17:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-07 10:17:28 +0000 |
commit | cdce2ce7164855eb03909b088273b36a877edf69 (patch) | |
tree | b2e933d52953b743c45caf9b6d35713075a5ad70 /plugins/TabSRMM/src/chat/chat.h | |
parent | c64f6aa70ba10a73b57d1cc149aa27119a681a81 (diff) |
- special method for reading booleans
- fixed misprint that led to wrong chat event count
git-svn-id: http://svn.miranda-ng.org/main/trunk@5251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 90d9e6446f..316ca997e6 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -244,7 +244,7 @@ struct TMUCSettings bool bShowTime, bShowTimeIfChanged, bLoggingEnabled;
bool bFlashWindow, bFlashWindowHightlight;
bool bOpenInDefault;
- bool bHighlightEnabled, LogIndentEnabled;
+ bool bHighlightEnabled, bLogIndentEnabled;
bool bStripFormat;
bool bBBCodeInPopups;
bool bTrayIconInactiveOnly;
|