From 4a9e3209328ff6583370352d4ff35ac881c66e4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Jan 2014 18:35:59 +0000 Subject: - in tabSRMM the small icon's size is 12, not 10; - fix for log icons in StdChat git-svn-id: http://svn.miranda-ng.org/main/trunk@7765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/chat_svc.cpp | 2 ++ src/modules/chat/manager.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/chat/chat_svc.cpp b/src/modules/chat/chat_svc.cpp index eae370c191..e38da6069c 100644 --- a/src/modules/chat/chat_svc.cpp +++ b/src/modules/chat/chat_svc.cpp @@ -543,6 +543,8 @@ static INT_PTR Service_GetAddEventPtr(WPARAM wParam, LPARAM lParam) static int ModulesLoaded(WPARAM wParam, LPARAM lParam) { + LoadChatIcons(); + HookEvent(ME_SMILEYADD_OPTIONSCHANGED, SmileyOptionsChanged); HookEvent(ME_CLIST_PREBUILDCONTACTMENU, PrebuildContactMenu); diff --git a/src/modules/chat/manager.cpp b/src/modules/chat/manager.cpp index edc6b5fc69..0873dae5c3 100644 --- a/src/modules/chat/manager.cpp +++ b/src/modules/chat/manager.cpp @@ -1476,7 +1476,6 @@ INT_PTR SvcGetChatManager(WPARAM wParam, LPARAM lParam) ci.pLogIconBmpBits = pLogIconBmpBits; ci.logIconBmpSize = logIconBmpSize; - LoadChatIcons(); RegisterFonts(); OptionsInit(); return (INT_PTR)&ci; -- cgit v1.2.3