diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-27 19:53:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-27 19:53:20 +0000 |
commit | f2f5e5189babe0bfdc2f308679f74b29c254a482 (patch) | |
tree | 6bcc63d8c63506f8a6a40d9d569078b9b222e8ef /protocols | |
parent | 6143190fa9cbd869295eeae3edee5d8a60a318ce (diff) |
rest of embedded clists
git-svn-id: http://svn.miranda-ng.org/main/trunk@9973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/VKontakte/src/vk_chats.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/VKontakte/src/vk_chats.cpp b/protocols/VKontakte/src/vk_chats.cpp index 7117c30387..0bb9873dea 100644 --- a/protocols/VKontakte/src/vk_chats.cpp +++ b/protocols/VKontakte/src/vk_chats.cpp @@ -538,15 +538,8 @@ static void FilterContacts(HWND hwndDlg, CVkProto *ppro) static void ResetOptions(HWND hwndDlg)
{
HWND hwndClist = GetDlgItem(hwndDlg, IDC_CLIST);
- SendMessage(hwndClist, CLM_SETBKBITMAP, 0, 0);
- SendMessage(hwndClist, CLM_SETBKCOLOR, GetSysColor(COLOR_WINDOW), 0);
- SendMessage(hwndClist, CLM_SETGREYOUTFLAGS, 0, 0);
- SendMessage(hwndClist, CLM_SETLEFTMARGIN, 4, 0);
- SendMessage(hwndClist, CLM_SETINDENT, 10, 0);
SendMessage(hwndClist, CLM_SETHIDEEMPTYGROUPS, 1, 0);
SendMessage(hwndClist, CLM_GETHIDEOFFLINEROOT, 1, 0);
- for (int i = 0; i <= FONTID_MAX; i++)
- SendMessage(hwndClist, CLM_SETTEXTCOLOR, i, GetSysColor(COLOR_WINDOWTEXT));
}
static INT_PTR CALLBACK GcCreateDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|