diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-06 22:24:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-06 22:24:14 +0000 |
commit | 33f0b7831d24635a5643740ded327aabc6495c0b (patch) | |
tree | 56ad98ce3cabb678484f194ac91766e45d1754d2 /src/modules | |
parent | e1d38cadb09e2efc9acce14e0448daac5a8fd08a (diff) |
duplicated pieces of code removed from Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@11258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/chat/manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/manager.cpp b/src/modules/chat/manager.cpp index 998698409b..611034cbe2 100644 --- a/src/modules/chat/manager.cpp +++ b/src/modules/chat/manager.cpp @@ -1465,6 +1465,7 @@ INT_PTR SvcGetChatManager(WPARAM wParam, LPARAM lParam) ci.ShowPopup = ShowPopup;
ci.LogToFile = LogToFile;
ci.GetChatLogsFilename = GetChatLogsFilename;
+ ci.GetColorIndex = GetColorIndex;
ci.Log_SetStyle = Log_SetStyle;
ci.IsHighlighted = IsHighlighted;
|