From 7c69817d928d9d731c529760d9dde29b4e7a0687 Mon Sep 17 00:00:00 2001 From: "steffen.wilberg%web.de" Date: Tue, 17 Aug 2004 22:48:30 +0000 Subject: [PATCH] Bug 255932: Add 'Warn when closing multiple tabs' pref to Advanced under Browsing. r=blake --- browser/components/prefwindow/content/pref-advanced.js | 2 +- browser/components/prefwindow/content/pref-advanced.xul | 2 ++ browser/locales/en-US/chrome/browser/pref/pref-advanced.dtd | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/browser/components/prefwindow/content/pref-advanced.js b/browser/components/prefwindow/content/pref-advanced.js index ca1e4b417016..af0e0e1cedb8 100644 --- a/browser/components/prefwindow/content/pref-advanced.js +++ b/browser/components/prefwindow/content/pref-advanced.js @@ -36,7 +36,7 @@ #define PROVISIONAL_SECURITY_UI var _elementIDs = ["moveSystemCaret", "hideTabBar", - "loadInBackground", "useAutoScrolling", + "loadInBackground", "warnOnClose", "useAutoScrolling", "useSmoothScrolling", "enableAutoImageResizing", "useSSL2", "useSSL3", "useTLS1", "useTypeAheadFind", "linksOnlyTypeAheadFind", diff --git a/browser/components/prefwindow/content/pref-advanced.xul b/browser/components/prefwindow/content/pref-advanced.xul index 8001d5d5e0d6..cacfb7cc7fd4 100644 --- a/browser/components/prefwindow/content/pref-advanced.xul +++ b/browser/components/prefwindow/content/pref-advanced.xul @@ -33,6 +33,8 @@ prefstring="browser.tabs.autoHide"/> + +