po: Remove English strings from the Polish shell folder path translations.
[wine/multimedia.git] / dlls / ieframe / ieframe.rgs
blobcf8f3b45ee07477d0caf58ba49516e6207b35d7e
1 HKLM
3     NoRemove 'Software'
4     {
5         NoRemove 'Microsoft'
6         {
7             NoRemove 'Windows'
8             {
9                 NoRemove 'CurrentVersion'
10                 {
11                     NoRemove 'URL'
12                     {
13                         DefaultPrefix = s 'http://'
14                         Prefixes
15                         {
16                             val 'ftp' = s 'ftp://'
17                             val 'gopher' = s 'gopher://'
18                             val 'home' = s 'http://'
19                             val 'mosaic' = s 'http://'
20                             val 'www' = s 'http://'
21                         }
22                     }
23                 }
24             }
25         }
26     }
29 HKCR
31     NoRemove CLSID
32     {
33         '{fbf23b40-e3f0-101b-8488-00aa003e56f8}'
34         {
35             shellex
36             {
37                 MayChangeDefaultMenu {}
38             }
39         }
40     }
41     'InternetShortcut'
42     {
43         val 'EditFlags' = s '2'
44         val 'IsShortcut' = s ''
45         val 'NeverShowExt' = s ''
46         DefaultIcon = s 'url.dll,0'
47         shell
48         {
49             open
50             {
51                 command = s 'rundll32.exe ieframe.dll,OpenURL %%l'
52             }
53         }
54     }
55     ForceRemove '.url' = s 'InternetShortcut'
57     ftp
58     {
59         val 'URL Protocol' = s ''
60     }
61     http
62     {
63         val 'URL Protocol' = s ''
64     }
65     https
66     {
67         val 'URL Protocol' = s ''
68     }
69     mailto
70     {
71         val 'URL Protocol' = s ''
72     }