mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[EXPLORER_NEW]
- Use ReactOS registry key for ReactOS features - Patch by Edijus KolesnikoviÄs, terminedijs@yahoo.com svn path=/trunk/; revision=51300
This commit is contained in:
parent
057f632693
commit
e6b7c8a1e1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue