зеркало из https://github.com/mozilla/pjs.git
Bug 123090, give Mozilla the capability to be registered as the default handler for XHTML documents on Windows. r=law, sr=alecf.
This commit is contained in:
Родитель
ec0047e32d
Коммит
82a9048442
|
@ -43,6 +43,7 @@ if ( !( "winHooks" in parent ) ) {
|
|||
"isHandlingBMP",
|
||||
"isHandlingICO",
|
||||
"isHandlingXML",
|
||||
"isHandlingXHTML",
|
||||
"isHandlingXUL",
|
||||
"isHandlingHTTP",
|
||||
"isHandlingHTTPS",
|
||||
|
|
|
@ -99,6 +99,13 @@
|
|||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
<treeitem>
|
||||
<treerow>
|
||||
<treecell>
|
||||
<checkbox id="isHandlingXHTML" label="&xhtml.label;" accesskey="&xhtml.accesskey;" allowevents="true"/>
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
<treeitem>
|
||||
<treerow>
|
||||
<treecell>
|
||||
|
|
|
@ -3,26 +3,28 @@
|
|||
<!ENTITY title.label "System">
|
||||
|
||||
<!-- These entities are used on the "File Types" section of the dialog. -->
|
||||
<!ENTITY files.label "File Types">
|
||||
<!ENTITY files.text "Windows should use &brandShortName; to open these file types:">
|
||||
<!ENTITY html.label "HTML documents">
|
||||
<!ENTITY html.accesskey "H">
|
||||
<!ENTITY jpeg.label "JPEG images">
|
||||
<!ENTITY jpeg.accesskey "J">
|
||||
<!ENTITY gif.label "GIF images">
|
||||
<!ENTITY gif.accesskey "G">
|
||||
<!ENTITY png.label "PNG images">
|
||||
<!ENTITY png.accesskey "P">
|
||||
<!ENTITY mng.label "MNG images">
|
||||
<!ENTITY mng.accesskey "M">
|
||||
<!ENTITY bmp.label "BMP images">
|
||||
<!ENTITY bmp.accesskey "B">
|
||||
<!ENTITY ico.label "ICO images">
|
||||
<!ENTITY ico.accesskey "I">
|
||||
<!ENTITY xml.label "XML documents">
|
||||
<!ENTITY xml.accesskey "X">
|
||||
<!ENTITY xul.label "XUL documents">
|
||||
<!ENTITY xul.accesskey "U">
|
||||
<!ENTITY files.label "File Types">
|
||||
<!ENTITY files.text "Windows should use &brandShortName; to open these file types:">
|
||||
<!ENTITY html.label "HTML documents">
|
||||
<!ENTITY html.accesskey "H">
|
||||
<!ENTITY jpeg.label "JPEG images">
|
||||
<!ENTITY jpeg.accesskey "J">
|
||||
<!ENTITY gif.label "GIF images">
|
||||
<!ENTITY gif.accesskey "G">
|
||||
<!ENTITY png.label "PNG images">
|
||||
<!ENTITY png.accesskey "P">
|
||||
<!ENTITY mng.label "MNG images">
|
||||
<!ENTITY mng.accesskey "M">
|
||||
<!ENTITY bmp.label "BMP images">
|
||||
<!ENTITY bmp.accesskey "B">
|
||||
<!ENTITY ico.label "ICO images">
|
||||
<!ENTITY ico.accesskey "I">
|
||||
<!ENTITY xml.label "XML documents">
|
||||
<!ENTITY xml.accesskey "X">
|
||||
<!ENTITY xhtml.label "XHTML documents">
|
||||
<!ENTITY xhtml.accesskey "T">
|
||||
<!ENTITY xul.label "XUL documents">
|
||||
<!ENTITY xul.accesskey "U">
|
||||
|
||||
<!-- These entities are used on the "Internet Shortcuts" section of the dialog. -->
|
||||
<!ENTITY shortcuts.label "Internet Shortcuts">
|
||||
|
|
Загрузка…
Ссылка в новой задаче