Revision aba9e6d9 trunk/Pithos.ShellExtensions/ShellExtLib.cs

b/trunk/Pithos.ShellExtensions/ShellExtLib.cs
163 163
            // HKCR\<File Type> key which contains the ProgID to which the file type 
164 164
            // is linked.
165 165
            if (fileType.StartsWith("."))
166
            {
166
            {                                
167 167
                using (RegistryKey key = Registry.ClassesRoot.OpenSubKey(fileType))
168 168
                {
169 169
                    if (key != null)

Also available in: Unified diff