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:
blakeross%telocity.com 2002-02-09 04:13:21 +00:00
parent 83055ee984
commit 1f58d5009f
2 changed files with 1 additions and 6 deletions

View File

@ -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"/>

View File

@ -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">