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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user