On 8/17/2018 3:21 AM, Dmitry Timoshkov wrote:
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.
Takes care about what? It's still possible to cancel the change. For consistency all of them should send that.