mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 05:28:14 +00:00
[HIVECLS|FONTVIEW] Fix fontview registration and add additional extensions. Patch by Katayama Hirofumi MZ. CORE-6621
svn path=/trunk/; revision=73759
This commit is contained in:
parent
9ff4f04538
commit
ba8f65ba67
1 changed files with 21 additions and 3 deletions
|
@ -121,19 +121,37 @@ HKCR,".fon","",0x00000000,"fonfile"
|
|||
HKCR,"fonfile","",0x00000000,"Font file"
|
||||
HKCR,"fonfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-209"
|
||||
HKCR,"fonfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-155"
|
||||
HKCR,"fonfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
|
||||
HKCR,"fonfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe ""%1"""
|
||||
|
||||
HKCR,".fnt","",0x00000000,"fntfile"
|
||||
HKCR,"fntfile","",0x00000000,"Font file"
|
||||
HKCR,"fntfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-209"
|
||||
HKCR,"fntfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-155"
|
||||
HKCR,"fntfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe ""%1"""
|
||||
|
||||
HKCR,".ttf","",0x00000000,"ttffile"
|
||||
HKCR,"ttffile","",0x00000000,"TrueType Font file"
|
||||
HKCR,"ttffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-210"
|
||||
HKCR,"ttffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
|
||||
HKCR,"ttffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
|
||||
HKCR,"ttffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe ""%1"""
|
||||
|
||||
HKCR,".ttc","",0x00000000,"ttcfile"
|
||||
HKCR,"ttcfile","",0x00000000,"TrueType Font Collection file"
|
||||
HKCR,"ttcfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-210"
|
||||
HKCR,"ttcfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
|
||||
HKCR,"ttcfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe ""%1"""
|
||||
|
||||
HKCR,".otf","",0x00000000,"otffile"
|
||||
HKCR,"otffile","",0x00000000,"OpenType Font file"
|
||||
HKCR,"otffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-211"
|
||||
HKCR,"otffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
|
||||
HKCR,"otffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe %1"
|
||||
HKCR,"otffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe ""%1"""
|
||||
|
||||
HKCR,".otc","",0x00000000,"otcfile"
|
||||
HKCR,"otcfile","",0x00000000,"OpenType Font file"
|
||||
HKCR,"otcfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-211"
|
||||
HKCR,"otcfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-156"
|
||||
HKCR,"otcfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\fontview.exe ""%1"""
|
||||
|
||||
; Help Files
|
||||
HKCR,".hlp","",0x00000000,"hlpfile"
|
||||
|
|
Loading…
Reference in a new issue