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:
heikki%netscape.com 2006-05-17 02:33:04 +00:00
Родитель ec0047e32d
Коммит 82a9048442
3 изменённых файлов: 30 добавлений и 20 удалений

Просмотреть файл

@ -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">