summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat/chat.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-01-16 10:40:37 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-01-16 10:40:37 +0000
commit3489612b70c5354875b1bd38d4dc7647182ef27e (patch)
tree83d33e99ac09a5bd1b18088f24e68d93f48eb491 /plugins/TabSRMM/src/chat/chat.h
parent66690d50556a16c0ce56b7c6b9c12c33d24ed158 (diff)
Tabsrmm:
- Added settings for r16070 to GUI - warning fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@16099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r--plugins/TabSRMM/src/chat/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h
index c760121a4a..a9a6f92ff9 100644
--- a/plugins/TabSRMM/src/chat/chat.h
+++ b/plugins/TabSRMM/src/chat/chat.h
@@ -88,7 +88,7 @@ struct TMUCSettings : public GlobalLogSettingsBase
bool bLogClassicIndicators, bAlternativeSorting, bAnnoyingHighlight, bCreateWindowOnHighlight;
bool bLogSymbols, bClassicIndicators, bClickableNicks, bColorizeNicks, bColorizeNicksInLog;
- bool bScaleIcons, bUseDividers, bDividersUsePopupConfig;
+ bool bScaleIcons, bUseDividers, bDividersUsePopupConfig, bUseCommaAsColon, bNewLineAfterNames;
CMUCHighlight* Highlight;
};