mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user