16 Aug
2018
16 Aug
'18
7:21 p.m.
Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
case IDC_ENABLE_FILE_ASSOCIATIONS: update_mime_types(hDlg); + SendMessageW(GetParent(hDlg), PSM_CHANGED, 0, 0); break;
There is no need for that, update_mime_types() already takes care about the change. There are other handlers that don't send PSM_CHANGED too. -- Dmitry.