зеркало из https://github.com/mozilla/gecko-dev.git
Bug 255932: Add 'Warn when closing multiple tabs' pref to Advanced under Browsing. r=blake
This commit is contained in:
Родитель
d7d2b5d4fb
Коммит
7c69817d92
|
@ -36,7 +36,7 @@
|
|||
#define PROVISIONAL_SECURITY_UI
|
||||
|
||||
var _elementIDs = ["moveSystemCaret", "hideTabBar",
|
||||
"loadInBackground", "useAutoScrolling",
|
||||
"loadInBackground", "warnOnClose", "useAutoScrolling",
|
||||
"useSmoothScrolling", "enableAutoImageResizing",
|
||||
"useSSL2", "useSSL3", "useTLS1", "useTypeAheadFind",
|
||||
"linksOnlyTypeAheadFind",
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
prefstring="browser.tabs.autoHide"/>
|
||||
<checkbox id="loadInBackground" label="&loadInBackground.label;"
|
||||
prefstring="browser.tabs.loadInBackground" reversed="true"/>
|
||||
<checkbox id="warnOnClose" label="&warnOnClose.label;"
|
||||
prefstring="browser.tabs.warnOnClose"/>
|
||||
<checkbox id="useAutoScrolling" label="&useAutoScrolling.label;"
|
||||
prefstring="general.autoScroll"/>
|
||||
<checkbox id="useSmoothScrolling" label="&useSmoothScrolling.label;"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<!ENTITY browsing.label "Browsing">
|
||||
<!ENTITY hideTabBar.label "Hide the tab bar when only one website is open">
|
||||
<!ENTITY loadInBackground.label "Select new tabs opened from links">
|
||||
<!ENTITY warnOnClose.label "Warn when closing multiple tabs">
|
||||
<!ENTITY useAutoScrolling.label "Use autoscrolling">
|
||||
<!ENTITY useSmoothScrolling.label "Use smooth scrolling">
|
||||
<!ENTITY multimedia.label "Multimedia">
|
||||
|
|
Загрузка…
Ссылка в новой задаче