From e6b7c8a1e1437544e5efe7722e9aa007591f18f5 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sat, 9 Apr 2011 16:34:15 +0000 Subject: [PATCH] =?UTF-8?q?[EXPLORER=5FNEW]=20-=20Use=20ReactOS=20registry?= =?UTF-8?q?=20key=20for=20ReactOS=20features=20-=20Patch=20by=20Edijus=20K?= =?UTF-8?q?olesnikovi=C3=84=C2=8Ds,=20terminedijs@yahoo.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=51300 --- reactos/base/shell/explorer-new/trayntfy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/base/shell/explorer-new/trayntfy.c b/reactos/base/shell/explorer-new/trayntfy.c index 086ba2257d2..5d8cb77c533 100644 --- a/reactos/base/shell/explorer-new/trayntfy.c +++ b/reactos/base/shell/explorer-new/trayntfy.c @@ -19,14 +19,13 @@ */ #include -#include /* * 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