From 9532f4d6834fe7368661afbfc50923ee3db3b56b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 Aug 2014 12:20:42 +0000 Subject: correct defaults restored for clist_modern git-svn-id: http://svn.miranda-ng.org/main/trunk@10016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clcutils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/modern_clcutils.cpp b/plugins/Clist_modern/src/modern_clcutils.cpp index ac4894f5dc..8293adaefc 100644 --- a/plugins/Clist_modern/src/modern_clcutils.cpp +++ b/plugins/Clist_modern/src/modern_clcutils.cpp @@ -700,6 +700,9 @@ void LoadCLCOptions(HWND hwnd, ClcData *dat, BOOL bFirst) corecli.pfnLoadClcOptions(hwnd, dat, bFirst); + dat->selTextColour = db_get_dw(NULL, "CLC", "SelTextColour", CLCDEFAULT_MODERN_SELTEXTCOLOUR); + dat->hotTextColour = db_get_dw(NULL, "CLC", "HotTextColour", CLCDEFAULT_MODERN_HOTTEXTCOLOUR); + dat->quickSearchColour = db_get_dw(NULL, "CLC", "QuickSearchColour", CLCDEFAULT_MODERN_QUICKSEARCHCOLOUR); dat->useWindowsColours = false; // because it's missing in the options } -- cgit v1.2.3