зеркало из https://github.com/mozilla/pjs.git
Bug 24651. Add a navigator button to clear the location bar. Patch by erik@hensema.xs4all.nl, r=timeless,bzbarsky sr=alecf a=asa.
This commit is contained in:
Родитель
dcb370f55f
Коммит
b5dbf0bf30
|
@ -36,7 +36,7 @@
|
|||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["startupPage", "browserStartupHomepage",
|
||||
"bookmarksButton", "goButton",
|
||||
"bookmarksButton", "clearButton", "goButton",
|
||||
"homeButton", "printButton",
|
||||
"searchButton" ];
|
||||
]]>
|
||||
|
@ -101,6 +101,9 @@
|
|||
<checkbox id="printButton"
|
||||
label="&printButton.label;"
|
||||
prefstring="browser.toolbars.showbutton.print"/>
|
||||
<checkbox id="clearButton"
|
||||
label="&clearButton.label;"
|
||||
prefstring="browser.toolbars.showbutton.clear"/>
|
||||
</vbox>
|
||||
<vbox id="prefShowButtonBox">
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
<!ENTITY toolbarIntro.label "Select the buttons you want to see in the toolbars">
|
||||
|
||||
<!ENTITY bookmarksButton.label "Bookmarks">
|
||||
<!ENTITY clearButton.label "Clear">
|
||||
<!ENTITY goButton.label "Go">
|
||||
<!ENTITY homeButton.label "Home">
|
||||
<!ENTITY printButton.label "Print">
|
||||
|
|
Загрузка…
Ссылка в новой задаче