Author: gschneider Date: Mon Feb 9 05:57:37 2009 New Revision: 39509
URL: http://svn.reactos.org/svn/reactos?rev=39509&view=rev Log: Fix comments
Modified: trunk/reactos/dll/cpl/desk/background.c
Modified: trunk/reactos/dll/cpl/desk/background.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/background.c?r... ============================================================================== --- trunk/reactos/dll/cpl/desk/background.c [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/desk/background.c [iso-8859-1] Mon Feb 9 05:57:37 2009 @@ -350,13 +350,13 @@ /* 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)