mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fix typo: Call RegDeleteValue to delete a value.
svn path=/trunk/; revision=11621
This commit is contained in:
parent
301bbb3f0b
commit
0cc7d4d22d
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: timedate.c,v 1.4 2004/11/11 12:24:56 ekohl Exp $
|
||||
/* $Id: timedate.c,v 1.5 2004/11/11 17:46:22 ekohl Exp $
|
||||
*
|
||||
* PROJECT: ReactOS Timedate Control Panel
|
||||
* FILE: lib/cpl/timedate/timedate.c
|
||||
|
@ -458,8 +458,8 @@ SetAutoDaylightInfo(HWND hwnd)
|
|||
}
|
||||
else
|
||||
{
|
||||
RegDeleteKeyW(hKey,
|
||||
L"DisableAutoDaylightTimeSet");
|
||||
RegDeleteValueW(hKey,
|
||||
L"DisableAutoDaylightTimeSet");
|
||||
}
|
||||
|
||||
RegCloseKey(hKey);
|
||||
|
|
Loading…
Reference in a new issue