[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:
Johannes Anderwald
2011-04-09 16:34:15 +00:00
parent 057f632693
commit e6b7c8a1e1
+1 -2
View File
@@ -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