зеркало из https://github.com/mozilla/pjs.git
Fix 60005: prefs UI for showing and hiding tooltips. r=timeless sr=alecf
This commit is contained in:
Родитель
555ad2b14a
Коммит
6254430196
|
@ -50,6 +50,7 @@ pref("general.fullcircle_collect_ns_data", false);
|
|||
|
||||
pref("general.open_location.last_url", "");
|
||||
|
||||
pref("browser.chrome.toolbar_tips", true);
|
||||
pref("browser.enable_style_sheets", true);
|
||||
// 0 = blank, 1 = home (browser.startup.homepage), 2 = last
|
||||
pref("browser.startup.page", 1);
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
var panel = "chrome://communicator/content/pref/pref-appearance.xul";
|
||||
// the first elements in this array will be poked from chromeregistry loaded
|
||||
// overlays once overlays.rdf works properly
|
||||
_elementIDs = ["generalStartupBrowser", /*"toolbarStyle" */];
|
||||
var _elementIDs = ["generalStartupBrowser", /*"toolbarStyle" */, "showHideTooltips"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
|
@ -71,5 +71,11 @@
|
|||
<radio group="toolbarStyle" data="1" value="&textonlyRadio.label;" accesskey="&textonlyRadio.accesskey;"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
<box autostretch="never">
|
||||
<checkbox id="showHideTooltips" value="&showHideTooltips.label;"
|
||||
accesskey="&showHideTooltips.accesskey;" pref="true"
|
||||
preftype="bool" prefstring="browser.chrome.toolbar_tips"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
|
|
@ -23,4 +23,6 @@
|
|||
<!ENTITY picsOnlyRadio.label "Pictures only">
|
||||
<!ENTITY picsOnlyRadio.accesskey "o">
|
||||
<!ENTITY textonlyRadio.label "Text only">
|
||||
<!ENTITY textonlyRadio.accesskey "t">
|
||||
<!ENTITY textonlyRadio.accesskey "x">
|
||||
<!ENTITY showHideTooltips.label "Show Tooltips.">
|
||||
<!ENTITY showHideTooltips.accesskey "t">
|
||||
|
|
Загрузка…
Ссылка в новой задаче