summaryrefslogtreecommitdiffstats
path: root/browser/base/content/browser-sets.inc
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/browser-sets.inc')
-rw-r--r--browser/base/content/browser-sets.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/base/content/browser-sets.inc b/browser/base/content/browser-sets.inc
index 019b3cc469..090e94b684 100644
--- a/browser/base/content/browser-sets.inc
+++ b/browser/base/content/browser-sets.inc
@@ -52,14 +52,14 @@
<command id="cmd_findSelection" oncommand="gLazyFindCommand('onFindSelectionCommand')"/>
#endif
<command id="cmd_reportBrokenSite" oncommand="ReportBrokenSite.open(event);"/>
- <command id="cmd_translate" oncommand="TranslationsPanel.open(event);"/>
+ <command id="cmd_translate" oncommand="FullPageTranslationsPanel.open(event);"/>
<!-- work-around bug 392512 -->
<command id="Browser:AddBookmarkAs"
oncommand="PlacesCommandHook.bookmarkPage();"/>
<command id="Browser:SearchBookmarks"
oncommand="PlacesCommandHook.searchBookmarks();"/>
<command id="Browser:BookmarkAllTabs"
- oncommand="PlacesUIUtils.showBookmarkPagesDialog(PlacesCommandHook.uniqueCurrentPages);"/>
+ oncommand="PlacesCommandHook.bookmarkTabs();"/>
<command id="Browser:Back" oncommand="BrowserBack();" disabled="true"/>
<command id="Browser:BackOrBackDuplicate" oncommand="BrowserBack(event);" disabled="true">
<observes element="Browser:Back" attribute="disabled"/>
@@ -270,7 +270,7 @@
<key id="addBookmarkAsKb" data-l10n-id="bookmark-this-page-shortcut" command="Browser:AddBookmarkAs" modifiers="accel"/>
<key id="bookmarkAllTabsKb"
data-l10n-id="bookmark-this-page-shortcut"
- oncommand="PlacesUIUtils.showBookmarkPagesDialog(PlacesCommandHook.uniqueCurrentPages);"
+ oncommand="PlacesCommandHook.bookmarkTabs();"
modifiers="accel,shift"/>
<key id="manBookmarkKb" data-l10n-id="bookmark-show-library-shortcut" command="Browser:ShowAllBookmarks" modifiers="accel,shift"/>
<key id="viewBookmarksSidebarKb"