Author: mjansen Date: Wed Sep 21 17:55:35 2016 New Revision: 72760
URL: http://svn.reactos.org/svn/reactos?rev=72760&view=rev Log: [NETSHELL.RGS] set eol-style so that hopefully the patchbot will eat a patch without choking on it.
Modified: trunk/reactos/dll/shellext/netshell/res/netshell.rgs (contents, props changed)
Modified: trunk/reactos/dll/shellext/netshell/res/netshell.rgs URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/netshell/res/n... ============================================================================== --- trunk/reactos/dll/shellext/netshell/res/netshell.rgs [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/netshell/res/netshell.rgs [iso-8859-1] Wed Sep 21 17:55:35 2016 @@ -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' + { + } + } + } + } + } + } + } + } +}
Propchange: trunk/reactos/dll/shellext/netshell/res/netshell.rgs ------------------------------------------------------------------------------ svn:eol-style = native