Commit 25ba7708 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

winecfg: Update changed state on associations checkbox click.

parent ccf6211c
......@@ -1320,6 +1320,7 @@ ThemeDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
case IDC_ENABLE_FILE_ASSOCIATIONS:
update_mime_types(hDlg);
SendMessageW(GetParent(hDlg), PSM_CHANGED, 0, 0);
break;
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment