From b0782cc92dbcf328a47c7a702386723d15e56497 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 May 2015 22:15:11 +0000 Subject: some another sudden Unicode appearances git-svn-id: http://svn.miranda-ng.org/main/trunk@13457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/opt_class.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Popup/src') diff --git a/plugins/Popup/src/opt_class.cpp b/plugins/Popup/src/opt_class.cpp index d7ea7b264a..54c98eb7bf 100644 --- a/plugins/Popup/src/opt_class.cpp +++ b/plugins/Popup/src/opt_class.cpp @@ -475,8 +475,7 @@ INT_PTR CALLBACK DlgProcOptsClasses(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l case IDC_TREE1: switch (((LPNMHDR)lParam)->code) { - case TVN_SELCHANGEDA: - case TVN_SELCHANGEDW: + case TVN_SELCHANGED: PostMessage(hwnd, WM_USER, 0, 0); break; } -- cgit v1.2.3