From a6e575cd6bcef8a7ceafc2bd4cc70d1fd8bd9775 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Jan 2014 16:15:49 +0000 Subject: no need to read settings from db when they are in memory git-svn-id: http://svn.miranda-ng.org/main/trunk@7763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/chat') diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp index eacb336a73..7419a3851a 100644 --- a/plugins/TabSRMM/src/chat/tools.cpp +++ b/plugins/TabSRMM/src/chat/tools.cpp @@ -139,7 +139,7 @@ int ShowPopup(HANDLE hContact, SESSION_INFO *si, HICON hIcon, char* pszProtoName pd.colorText = g_Settings.crPUTextColour; } else { - pd.colorBack = M.GetDword(FONTMODULE, SRMSGSET_BKGCOLOUR_MUC, SRMSGDEFSET_BKGCOLOUR); + pd.colorBack = g_Settings.crLogBackground; pd.colorText = crBkg; } -- cgit v1.2.3