From bd13d223c548b388772e7c3f1e58a698e620cfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 24 Aug 2014 12:19:35 +0000 Subject: [PATCH] [DESK.CPL] Set a default choice for the options of the first tab of Settings/Advanced. svn path=/trunk/; revision=63931 --- reactos/dll/cpl/desk/general.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/dll/cpl/desk/general.c b/reactos/dll/cpl/desk/general.c index 4bd48e2439a..7ec2a9620c2 100644 --- a/reactos/dll/cpl/desk/general.c +++ b/reactos/dll/cpl/desk/general.c @@ -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