mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[EXPLORER_NEW]
- Use ReactOS registry key for ReactOS features - Patch by Edijus KolesnikoviÄs, [email protected] svn path=/trunk/; revision=51300
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* TrayClockWnd
|
||||
*/
|
||||
|
||||
static const TCHAR szTrayClockWndClass[] = TEXT("TrayClockWClass");
|
||||
static LPCTSTR s_szRegistryKey = _T("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced");
|
||||
static LPCTSTR s_szRegistryKey = _T("Software\\ReactOS\\Features\\Explorer");
|
||||
BOOL blShowSeconds;
|
||||
|
||||
#define ID_TRAYCLOCK_TIMER 0
|
||||
|
||||
Reference in New Issue
Block a user