110540 - remove useless tabbed browser pref. r/sr=ben
git-svn-id: svn://10.0.0.236/trunk@114132 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
83055ee984
commit
1f58d5009f
@ -31,7 +31,7 @@
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["tabStrip", "tabBackground", "middleClick", "windowOpen", "bookmarkClick", "urlBar"];
|
||||
var _elementIDs = ["tabStrip", "tabBackground", "middleClick", "windowOpen", "urlBar"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
label="&windowOpen.label;"
|
||||
prefstring="browser.tabs.opentabfor.windowopen"/>
|
||||
|
||||
<checkbox id="bookmarkClick"
|
||||
label="&bookmarks.label;"
|
||||
prefstring="browser.tabs.opentabfor.bookmarks"/>
|
||||
|
||||
<checkbox id="urlBar"
|
||||
label="&urlbar.label;"
|
||||
prefstring="browser.tabs.opentabfor.urlbar"/>
|
||||
|
||||
@ -5,6 +5,5 @@
|
||||
<!ENTITY openTabs.label "Open tabs instead of windows for">
|
||||
<!ENTITY middleClick.label "Middle-click or control-click of links in a Web page">
|
||||
<!ENTITY windowOpen.label "Windows opened by the Web page">
|
||||
<!ENTITY bookmarks.label "Middle-click or control-click of bookmarks and personal toolbar items">
|
||||
<!ENTITY urlbar.label "Control+Enter in the URL bar">
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user