Nikolay Sivov nsivov@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.