diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-12 15:32:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-12 15:32:48 +0000 |
commit | 4ae9916b55bd3dc17479563f1b3bb5ac3755315d (patch) | |
tree | 79dfef94e077e7bf8eab42ff3478b8f463cc84ce /plugins/TabSRMM/src/chat/options.cpp | |
parent | 1abc0fb06f39f97db893e33cd7fcffb92536b1db (diff) |
click on nicklist in tabsrmm's chats should substitute a nick, not a user id
git-svn-id: http://svn.miranda-ng.org/main/trunk@7615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/options.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index ed3ebd8f2d..0d2e849f18 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -1243,12 +1243,12 @@ void LoadGlobalSettings(void) g_Settings.crPUBkgColour = M.GetDword("Chat", "PopupColorBG", GetSysColor(COLOR_WINDOW));
g_Settings.crPUTextColour = M.GetDword("Chat", "PopupColorText", 0);
g_Settings.bClassicIndicators = M.GetBool("Chat", "ClassicIndicators", false);
- //MAD
+
g_Settings.bLogClassicIndicators = M.GetBool("Chat", "LogClassicIndicators", false);
g_Settings.bAlternativeSorting = M.GetBool("Chat", "AlternativeSorting", true);
g_Settings.bAnnoyingHighlight = M.GetBool("Chat", "AnnoyingHighlight", false);
g_Settings.bCreateWindowOnHighlight = M.GetBool("Chat", "CreateWindowOnHighlight", true);
- //MAD_
+
g_Settings.bLogSymbols = M.GetBool("Chat", "LogSymbols", true);
g_Settings.bClickableNicks = M.GetBool("Chat", "ClickableNicks", true);
g_Settings.bColorizeNicks = M.GetBool("Chat", "ColorizeNicks", true);
|