mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix comments
svn path=/trunk/; revision=39509
This commit is contained in:
parent
bc58fedee4
commit
ef2b5f4b28
1 changed files with 2 additions and 2 deletions
|
@ -350,13 +350,13 @@ OnColorButton(HWND hwndDlg, PGLOBAL_DATA pGlobalData)
|
|||
/* Save selected color to var */
|
||||
pGlobalData->backgroundDesktopColor = cc.rgbResult;
|
||||
|
||||
/* Allpy buuton will be activated */
|
||||
/* Apply button will be activated */
|
||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||
|
||||
/* Window will be updated :) */
|
||||
InvalidateRect(GetDlgItem(hwndDlg, IDC_BACKGROUND_PREVIEW), NULL, TRUE);
|
||||
|
||||
/* Save custom colors to reg. To this moment key must be ceated already. See above */
|
||||
/* Save custom colors to reg. To this moment key must be created already. See above */
|
||||
res = RegOpenKeyEx(HKEY_CURRENT_USER, TEXT("Control Panel\\Appearance"), 0,
|
||||
KEY_WRITE, &hKey);
|
||||
if (res == ERROR_SUCCESS)
|
||||
|
|
Loading…
Reference in a new issue