summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat/chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-20 22:55:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-20 22:55:34 +0000
commit8307d69d0dbc7090956ea044eee19b4644104363 (patch)
treee777f19024a5fd3c8bb76a5959a1489418ba56d4 /plugins/TabSRMM/src/chat/chat.h
parent615d143c46745ad1401516f37f1dec347c761695 (diff)
- mathMod support removed;
- Unicode message log window procedure; - Unicode urls git-svn-id: http://svn.miranda-ng.org/main/trunk@7309 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 ad371a10f0..5ca2414e07 100644
--- a/plugins/TabSRMM/src/chat/chat.h
+++ b/plugins/TabSRMM/src/chat/chat.h
@@ -274,7 +274,7 @@ struct TMUCSettings
bool bLogClassicIndicators, bAlternativeSorting, bAnnoyingHighlight, bCreateWindowOnHighlight;
bool bLogSymbols, bClassicIndicators, bClickableNicks, bColorizeNicks, bColorizeNicksInLog;
- bool bScaleIcons, bUseDividers, bDividersUsePopupConfig, bMathMod;
+ bool bScaleIcons, bUseDividers, bDividersUsePopupConfig;
HANDLE hGroup;
CMUCHighlight* Highlight;