Landing pref based, automatic image resizing.

Disabled by default.
r=jst, sr=jag


git-svn-id: svn://10.0.0.236/trunk@197556 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varga%netscape.com
2006-05-17 02:35:38 +00:00
parent 00fc019224
commit c1ff44686d
2 changed files with 11 additions and 1 deletions

View File

@@ -37,7 +37,10 @@
<script type="application/x-javascript">
<![CDATA[
var panel = "chrome://communicator/content/pref/pref-appearance.xul";
var _elementIDs = ["generalStartupBrowser", "toolbarStyle", "showHideTooltips", "useSiteIcons"];
var _elementIDs = [
"generalStartupBrowser", "toolbarStyle", "showHideTooltips",
"useSiteIcons", "enableAutomaticImageResizing"
];
]]>
</script>
@@ -71,6 +74,11 @@
accesskey="&useSiteIcons.accesskey;"
prefstring="browser.chrome.site_icons"/>
<checkbox id="enableAutomaticImageResizing"
label="&enableAutomaticImageResizing.label;"
accesskey="&enableAutomaticImageResizing.accesskey;"
prefstring="browser.enable_automatic_image_resizing"/>
<separator/>
</vbox>

View File

@@ -27,6 +27,8 @@
<!ENTITY showHideTooltips.accesskey "t">
<!ENTITY useSiteIcons.label "Show Web Site Icons">
<!ENTITY useSiteIcons.accesskey "i">
<!ENTITY enableAutomaticImageResizing.label "Enable automatic image resizing">
<!ENTITY enableAutomaticImageResizing.accesskey "r">
<!--LOCALIZATION NOTE (languageList.txt.label): Don't translate "&brandShortName;".
Place &brandShortName; in the phrase where the name of the application should appear