diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 08:48:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 08:48:44 +0000 |
commit | 4c228715064267be315d0c5104c33543f0cd7ff8 (patch) | |
tree | d897b0fc078a741f1c481ca0c74429173515a896 /src | |
parent | 529c7d557a7dc8693c68c0fb66275e9fe999c0d2 (diff) |
fix for rereading nicklist colors in tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/chat/chat_svc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/chat_svc.cpp b/src/modules/chat/chat_svc.cpp index de9e7dc464..c0ab9d8116 100644 --- a/src/modules/chat/chat_svc.cpp +++ b/src/modules/chat/chat_svc.cpp @@ -72,6 +72,7 @@ void LoadChatIcons(void) static int FontsChanged(WPARAM wParam, LPARAM lParam)
{
+ LoadGlobalSettings();
LoadLogFonts();
SetIndentSize();
|