Author: hbelusca
Date: Sun Aug 24 12:19:35 2014
New Revision: 63931

URL: http://svn.reactos.org/svn/reactos?rev=63931&view=rev
Log:
[DESK.CPL]
Set a default choice for the options of the first tab of Settings/Advanced.

Modified:
    trunk/reactos/dll/cpl/desk/general.c

Modified: trunk/reactos/dll/cpl/desk/general.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/general.c?rev=63931&r1=63930&r2=63931&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/desk/general.c        [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/desk/general.c        [iso-8859-1] Sun Aug 24 
12:19:35 2014
@@ -95,9 +95,13 @@
                     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


Reply via email to