Commit a454cd9d authored by Pierre Mageau's avatar Pierre Mageau Committed by Alexandre Julliard

Set the default view button to List in the FileDialog.

parent c715dea0
......@@ -829,6 +829,9 @@ static LRESULT FILEDLG95_InitUI(HWND hwnd)
ShowWindow(GetDlgItem(hwnd,IDC_OPENREADONLY),SW_HIDE);
}
/* List View is selected by default */
SendDlgItemMessageA(hwnd, IDC_LIST, BM_SETCHECK,(WPARAM) BST_CHECKED,0);
return 0;
}
......
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