Commit 0eab766b authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

conhost: Set keyboard focus to correct radio button in save dialog.

parent 127d27d4
......@@ -1818,8 +1818,9 @@ static INT_PTR WINAPI save_dialog_proc( HWND dialog, UINT msg, WPARAM wparam, LP
switch (msg)
{
case WM_INITDIALOG:
SendMessageW( dialog, WM_NEXTDLGCTL, (WPARAM)GetDlgItem( dialog, IDC_SAV_SESSION ), TRUE );
SendDlgItemMessageW( dialog, IDC_SAV_SESSION, BM_SETCHECK, BST_CHECKED, 0 );
break;
return FALSE;
case WM_COMMAND:
switch (LOWORD(wparam))
......
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