rtm+ bug 27187; add code to make Mozilla the 'default browser'; r=ssu@netscape.com; sr=scc@netscape.com

This commit is contained in:
law%netscape.com 2006-05-17 02:28:17 +00:00
parent 60b9587e98
commit 7732d41d11
3 changed files with 8 additions and 1 deletions

View File

@ -44,7 +44,8 @@ if ( !( "winHooks" in parent ) ) {
"isHandlingHTTP",
"isHandlingHTTPS",
"isHandlingFTP",
"isHandlingCHROME" ];
"isHandlingCHROME",
"showDialog" ];
parent.winHooks.winhooks = null;
parent.winHooks.prefs = null;

View File

@ -79,6 +79,8 @@
<checkbox id="isHandlingCHROME" value="&chrome.label;" class="indent"/>
</box>
</titledbox>
<!-- Misc -->
<checkbox id="showDialog" value="&showDialog.label;"/>
</window>

View File

@ -32,3 +32,7 @@
<!ENTITY chrome.label "Chrome Protocol (chrome:)">
<!ENTITY chrome.accesskey "C">
<!-- This entity is for the "show this dialog" checkbox. -->
<!ENTITY showDialog.label "Check that Windows is set up to match these preferences each time &brandShortName; starts up.">
<!ENTITY showDialog.accesskey "k">