reactos/dll/win32/browseui/res/findfolder.rgs
Stanislav Motylkov ac29d29297
[BROWSEUI] Localize "Search Results" shell folder name
Also update French and Russian translations. CORE-16810
2020-04-16 14:10:24 +03:00

20 lines
371 B
Plaintext

HKCR
{
NoRemove CLSID
{
ForceRemove {E17D4FC0-5564-11D1-83F2-00A0C90DC849} = s 'Search Results Folder'
{
val LocalizedString = s '@%MODULE%,-30520'
DefaultIcon = e '%%SystemRoot%%\System32\shell32.dll,-134'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
ShellFolder
{
val Attributes = d '0x20180000'
}
}
}
}