[DESK.CPL]

Set a default choice for the options of the first tab of Settings/Advanced.

svn path=/trunk/; revision=63931
This commit is contained in:
Hermès Bélusca-Maïto 2014-08-24 12:19:35 +00:00
parent e2bb0affc7
commit bd13d223c5

View file

@ -95,9 +95,13 @@ InitRadioButtons(HWND hWnd)
break;
}
}
else
SendDlgItemMessage(hWnd, IDC_WITHOUTREBOOT_RB, BM_SETCHECK, 1, 1);
RegCloseKey(hKey);
}
else
SendDlgItemMessage(hWnd, IDC_WITHOUTREBOOT_RB, BM_SETCHECK, 1, 1);
}
INT_PTR CALLBACK