From 37e073b6755c3f2cf71022b41fb7122ba6898bdf Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Wed, 21 Sep 2016 17:55:35 +0000 Subject: [PATCH] [NETSHELL.RGS] set eol-style so that hopefully the patchbot will eat a patch without choking on it. svn path=/trunk/; revision=72760 --- .../dll/shellext/netshell/res/netshell.rgs | 120 +++++++++--------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/reactos/dll/shellext/netshell/res/netshell.rgs b/reactos/dll/shellext/netshell/res/netshell.rgs index 01c5ce602e3..305eb650343 100644 --- a/reactos/dll/shellext/netshell/res/netshell.rgs +++ b/reactos/dll/shellext/netshell/res/netshell.rgs @@ -1,60 +1,60 @@ -HKCR -{ - NoRemove CLSID - { - ForceRemove {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s 'Network Connections' - { - InprocServer32 = s '%MODULE%' - { - val ThreadingModel = s 'Both' - } - DefaultIcon = s '%MODULE%' - ShellFolder - { - val Attributes = d '0x00000020' - } - val LocalizedString = s '@%MODULE%,-10000' - } - ForceRemove {7007ACC5-3202-11D1-AAD2-00805FC1270E} = s 'LAN Connection UI' - { - InprocServer32 = s '%MODULE%' - { - val ThreadingModel = s 'Both' - } - } - ForceRemove {7007ACCF-3202-11D1-AAD2-00805FC1270E} = s 'Network Connections Status Icon' - { - InprocServer32 = s '%MODULE%' - { - val ThreadingModel = s 'Both' - } - } - } -} -HKLM -{ - NoRemove Software - { - NoRemove Microsoft - { - NoRemove Windows - { - NoRemove CurrentVersion - { - NoRemove Explorer - { - NoRemove ControlPanel - { - NoRemove NameSpace - { - ForceRemove {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s 'Network Connections' - { - } - } - } - } - } - } - } - } -} +HKCR +{ + NoRemove CLSID + { + ForceRemove {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s 'Network Connections' + { + InprocServer32 = s '%MODULE%' + { + val ThreadingModel = s 'Both' + } + DefaultIcon = s '%MODULE%' + ShellFolder + { + val Attributes = d '0x00000020' + } + val LocalizedString = s '@%MODULE%,-10000' + } + ForceRemove {7007ACC5-3202-11D1-AAD2-00805FC1270E} = s 'LAN Connection UI' + { + InprocServer32 = s '%MODULE%' + { + val ThreadingModel = s 'Both' + } + } + ForceRemove {7007ACCF-3202-11D1-AAD2-00805FC1270E} = s 'Network Connections Status Icon' + { + InprocServer32 = s '%MODULE%' + { + val ThreadingModel = s 'Both' + } + } + } +} +HKLM +{ + NoRemove Software + { + NoRemove Microsoft + { + NoRemove Windows + { + NoRemove CurrentVersion + { + NoRemove Explorer + { + NoRemove ControlPanel + { + NoRemove NameSpace + { + ForceRemove {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s 'Network Connections' + { + } + } + } + } + } + } + } + } +} -- 2.17.1