diff --git a/browser/base/content/baseMenuOverlay.xul b/browser/base/content/baseMenuOverlay.xul index fdf5c5a0c52..85c32ef306b 100644 --- a/browser/base/content/baseMenuOverlay.xul +++ b/browser/base/content/baseMenuOverlay.xul @@ -111,4 +111,8 @@ keycode="&openHelp.commandkey;"/> #endif + + + + diff --git a/browser/base/content/browser-sets.inc b/browser/base/content/browser-sets.inc index beb3ccc4c00..b23d6439f1e 100644 --- a/browser/base/content/browser-sets.inc +++ b/browser/base/content/browser-sets.inc @@ -48,7 +48,6 @@ - diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 59aa19ac646..e2c4dbdded3 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -5659,16 +5659,6 @@ function updatePageFavIcon(aBrowser, aListener) { BookmarksUtils.loadFavIcon(uri.spec, aBrowser.mFavIconURL); } -function getUILink(item) -{ - var regionBundle = document.getElementById("bundle_browser_region"); - - if (item == "promote") - return regionBundle.getString("promoteURL"); - - return ""; -} - function GetFrameDocumentsFromWindow(aWindow){ if (aWindow.getComputedStyle(aWindow.document.body, "").direction == "ltr") aWindow.document.dir = "rtl"; diff --git a/browser/base/content/utilityOverlay.js b/browser/base/content/utilityOverlay.js index 39cbfbfa382..f23b4218560 100644 --- a/browser/base/content/utilityOverlay.js +++ b/browser/base/content/utilityOverlay.js @@ -426,3 +426,13 @@ function openPreferences() openDialog("chrome://browser/content/preferences/preferences.xul", "Preferences", features); } + +function getUILink(item) +{ + var regionBundle = document.getElementById("bundle_browser_region"); + + if (item == "promote") + return regionBundle.getString("promoteURL"); + + return ""; +} diff --git a/browser/components/bookmarks/content/bookmarksManager.xul b/browser/components/bookmarks/content/bookmarksManager.xul index 11ee62dc9b6..5caa0120d6f 100644 --- a/browser/components/bookmarks/content/bookmarksManager.xul +++ b/browser/components/bookmarks/content/bookmarksManager.xul @@ -64,6 +64,8 @@