wineconsole: Check one of the radio buttons in the "Save settings" dialog.

This commit is contained in:
Mikołaj Zalewski 2006-10-22 19:33:18 +02:00 committed by Alexandre Julliard
parent 643e1c8969
commit b518ed8d46

View file

@ -704,6 +704,7 @@ static INT_PTR WINAPI WCUSER_SaveDlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPA
switch (msg)
{
case WM_INITDIALOG:
SendDlgItemMessage(hDlg, IDC_SAV_SESSION, BM_SETCHECK, BST_CHECKED, 0);
break;
case WM_COMMAND:
switch (LOWORD(wParam))