mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:55:56 +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 */
|
/* Save selected color to var */
|
||||||
pGlobalData->backgroundDesktopColor = cc.rgbResult;
|
pGlobalData->backgroundDesktopColor = cc.rgbResult;
|
||||||
|
|
||||||
/* Allpy buuton will be activated */
|
/* Apply button will be activated */
|
||||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||||
|
|
||||||
/* Window will be updated :) */
|
/* Window will be updated :) */
|
||||||
InvalidateRect(GetDlgItem(hwndDlg, IDC_BACKGROUND_PREVIEW), NULL, TRUE);
|
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,
|
res = RegOpenKeyEx(HKEY_CURRENT_USER, TEXT("Control Panel\\Appearance"), 0,
|
||||||
KEY_WRITE, &hKey);
|
KEY_WRITE, &hKey);
|
||||||
if (res == ERROR_SUCCESS)
|
if (res == ERROR_SUCCESS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue