r=hwaara, sr=sspitzer
Colors prefs don't display
This commit is contained in:
mkaply%us.ibm.com 2006-05-17 02:28:35 +00:00
parent bd269db14e
commit 134fe0eb21
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
<script language="JavaScript">
<![CDATA[
var _elementIDs = ["foregroundText", "background", "unvisitedLinks", "visitedLinks", "browserUnderlineAnchors", "browserUseDocumentColors"];
var _elementIDs = ["foregroundText", "background", "browserUseSystemColors", "unvisitedLinks", "visitedLinks", "browserUnderlineAnchors", "browserUseDocumentColors"];
]]>
</script>
@ -61,7 +61,7 @@
<data id="background" pref="true" preftype="color" prefstring="browser.display.background_color" prefattribute="value" wsm_attributes="value"/>
</box>
<separator class="thin"/>
<box autostretch="never" id="useSystemColoursBox">
<box autostretch="never">
<checkbox id="browserUseSystemColors" value="&useSystemColors.label;" accesskey="&useSystemColors.accesskey;"
pref="true" preftype="bool" prefstring="browser.display.use_system_colors" prefattribute="checked"/>
</box>

View File

@ -8,8 +8,8 @@
<!ENTITY textColor.accesskey "t">
<!ENTITY backgroundColor.label "Background:">
<!ENTITY backgroundColor.accesskey "b">
<!ENTITY useWindowsColors.label "Use system colors">
<!ENTITY useWindowsColors.accesskey "s">
<!ENTITY useSystemColors.label "Use system colors">
<!ENTITY useSystemColors.accesskey "s">
<!ENTITY underlineLinks.label "Underline links">
<!ENTITY underlineLinks.accesskey "u">