mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[MSXML3R] XML/XSL file description localization (#1926)
Add localization for the file description of both XML and XSL file formats. Please check for copypasta errors! CORE-16390 Co-Authored-By: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
parent
9dd71e12b9
commit
43f03da358
11 changed files with 90 additions and 2 deletions
|
@ -400,7 +400,7 @@ HKCR,"txtfile\shell\print\command","",0x00000000,"notepad.exe /p ""%1"""
|
|||
HKCR,".xml","",0x00000000,"xmlfile"
|
||||
HKCR,".xml","Content Type",0x00000000,"text/xml"
|
||||
HKCR,"xmlfile","",0x00000000,%XMLFILE%
|
||||
;;HKCR,"xmlfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msxml3r.dll,-1"
|
||||
HKCR,"xmlfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msxml3r.dll,-1"
|
||||
HKCR,"xmlfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\msxml3.dll,0"
|
||||
HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe ""%1"""
|
||||
|
||||
|
@ -408,7 +408,7 @@ HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.e
|
|||
HKCR,".xsl","",0x00000000,"xslfile"
|
||||
HKCR,".xsl","Content Type",0x00000000,"text/xml"
|
||||
HKCR,"xslfile","",0x00000000,%XSLFILE%
|
||||
;;HKCR,"xslfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msxml3r.dll,-2"
|
||||
HKCR,"xslfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\msxml3r.dll,-2"
|
||||
HKCR,"xslfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\msxml3.dll,1"
|
||||
HKCR,"xslfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe ""%1"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue