diff --git a/reactos/dll/shellext/ntobjshex/ntobjfolder.cpp b/reactos/dll/shellext/ntobjshex/ntobjfolder.cpp index 3b884787091..a76d9831959 100644 --- a/reactos/dll/shellext/ntobjshex/ntobjfolder.cpp +++ b/reactos/dll/shellext/ntobjshex/ntobjfolder.cpp @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS shell extensions * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\shellext\ntobjshex\ntobjns.cpp + * FILE: dll\shellext\ntobjshex\ntobjfolder.cpp * PURPOSE: NT Object Namespace shell extension * PROGRAMMERS: David Quintana */ diff --git a/reactos/dll/shellext/ntobjshex/ntobjfolder.h b/reactos/dll/shellext/ntobjshex/ntobjfolder.h index 26ab9264a3a..eb9e95f2777 100644 --- a/reactos/dll/shellext/ntobjshex/ntobjfolder.h +++ b/reactos/dll/shellext/ntobjshex/ntobjfolder.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS shell extensions * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\shellext\ntobjshex\ntobjns.h + * FILE: dll\shellext\ntobjshex\ntobjfolder.h * PURPOSE: NT Object Namespace shell extension * PROGRAMMERS: David Quintana */ diff --git a/reactos/dll/shellext/ntobjshex/regfolder.cpp b/reactos/dll/shellext/ntobjshex/regfolder.cpp index 597fb25e1fb..a4aa5c07b0b 100644 --- a/reactos/dll/shellext/ntobjshex/regfolder.cpp +++ b/reactos/dll/shellext/ntobjshex/regfolder.cpp @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS shell extensions * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\shellext\ntobjshex\ntobjns.cpp + * FILE: dll\shellext\ntobjshex\regfolder.cpp * PURPOSE: NT Object Namespace shell extension * PROGRAMMERS: David Quintana */ @@ -24,7 +24,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex); - // {1C6D6E08-2332-4A7B-A94D-6432DB2B5AE6} const GUID CLSID_RegistryFolder = { 0x1c6d6e08, 0x2332, 0x4a7b, { 0xa9, 0x4d, 0x64, 0x32, 0xdb, 0x2b, 0x5a, 0xe6 } }; diff --git a/reactos/dll/shellext/ntobjshex/regfolder.h b/reactos/dll/shellext/ntobjshex/regfolder.h index c146744460c..607a1209d49 100644 --- a/reactos/dll/shellext/ntobjshex/regfolder.h +++ b/reactos/dll/shellext/ntobjshex/regfolder.h @@ -1,10 +1,9 @@ /* - * PROJECT: ReactOS system libraries + * PROJECT: ReactOS shell extensions * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll\win32\stobject\stobject.cpp - * PURPOSE: Systray shell service object - * PROGRAMMERS: Robert Naumann - David Quintana + * FILE: dll\shellext\ntobjshex\regfolder.h + * PURPOSE: NT Object Namespace shell extension + * PROGRAMMERS: David Quintana */ #pragma once