summaryrefslogtreecommitdiffstats
path: root/devtools/client/menus.js
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-08 00:15:48 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-08 00:15:48 +0200
commit1a36001469f1fa0746314fce6e20d423b2ce8ef8 (patch)
treebbee3aa4661e86e3c400c021bf03954566a2d74c /devtools/client/menus.js
parentfdb5aba59a7851e24ef08a5d6668fdc3e6516ee9 (diff)
downloadUXP-1a36001469f1fa0746314fce6e20d423b2ce8ef8.tar
UXP-1a36001469f1fa0746314fce6e20d423b2ce8ef8.tar.gz
UXP-1a36001469f1fa0746314fce6e20d423b2ce8ef8.tar.lz
UXP-1a36001469f1fa0746314fce6e20d423b2ce8ef8.tar.xz
UXP-1a36001469f1fa0746314fce6e20d423b2ce8ef8.zip
Added support of the appmenu for DevTools menuitems (optional)
Issue #96
Diffstat (limited to 'devtools/client/menus.js')
-rw-r--r--devtools/client/menus.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/client/menus.js b/devtools/client/menus.js
index 7e36839da..1d2168967 100644
--- a/devtools/client/menus.js
+++ b/devtools/client/menus.js
@@ -183,9 +183,9 @@ exports.menuitems = [
}
},
{ separator: true,
- id: "devToolsEndSeparator"
+ id: "menu_devToolsEndSeparator"
},
- { id: "getMoreDevtools",
+ { id: "menu_getMoreDevtools",
l10nKey: "getMoreDevtoolsCmd",
oncommand(event) {
let window = event.target.ownerDocument.defaultView;