mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix typo: Call RegDeleteValue to delete a value.
svn path=/trunk/; revision=11621
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user