diff --git a/mozilla/mail/components/preferences/advanced.js b/mozilla/mail/components/preferences/advanced.js index 1784cf2f3b6..a9c4888ac15 100644 --- a/mozilla/mail/components/preferences/advanced.js +++ b/mozilla/mail/components/preferences/advanced.js @@ -88,6 +88,12 @@ var gAdvancedPane = { "", null); }, + showConfigEdit: function() + { + document.documentElement.openSubDialog("chrome://global/content/config.xul", + "chrome,centerscreen,resizable=yes", null); + }, + updateAppUpdateUI: function () { var preference = document.getElementById("app.update.autoUpdateEnabled"); diff --git a/mozilla/mail/components/preferences/advanced.xul b/mozilla/mail/components/preferences/advanced.xul index 85acc04e102..48269d7f313 100644 --- a/mozilla/mail/components/preferences/advanced.xul +++ b/mozilla/mail/components/preferences/advanced.xul @@ -134,6 +134,11 @@ accesskey="&showOfflineSettings.accesskey;" oncommand="gAdvancedPane.showOfflineSettings();"/> + + &configEditDesc.label; +