diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-05 22:15:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-05 22:15:11 +0000 |
commit | b0782cc92dbcf328a47c7a702386723d15e56497 (patch) | |
tree | 4502cc006ffed030b93a57d7c6f5ec59d8d97e49 /plugins/Popup | |
parent | 2aabf6594cb0fb4f8db16771c988bf5a6eab2c4b (diff) |
some another sudden Unicode appearances
git-svn-id: http://svn.miranda-ng.org/main/trunk@13457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/opt_class.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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;
}
|