From 45eed63e9c7a99c9c88e6a98678c0098a06de27a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 22 Mar 2017 19:47:48 +0300 Subject: nick list moved to mir_app --- plugins/TabSRMM/src/chat_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/chat_main.cpp') diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index 3c0c487821..626c5aea5c 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -51,7 +51,7 @@ static void OnReplaceSession(SESSION_INFO *si) if (si->hContact) Chat_SetFilters(si); if (si->pDlg) - RedrawWindow(GetDlgItem(si->pDlg->GetHwnd(), IDC_LIST), nullptr, nullptr, RDW_INVALIDATE); + RedrawWindow(GetDlgItem(si->pDlg->GetHwnd(), IDC_SRMM_NICKLIST), nullptr, nullptr, RDW_INVALIDATE); } static void OnSetTopic(SESSION_INFO *si) -- cgit v1.2.3