summaryrefslogtreecommitdiffstats
path: root/devtools/client/menus.js
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-08 01:10:26 -0400
committerGitHub <noreply@github.com>2018-04-08 01:10:26 -0400
commit309d1ca1f297e5ccf2309d6d90b82d558e5d426c (patch)
tree56185d62ec9c1423c85f83637e19f5af77d9d0ff /devtools/client/menus.js
parentd164660412fa4c577af9947c96c7111be081f1e4 (diff)
parent1a36001469f1fa0746314fce6e20d423b2ce8ef8 (diff)
downloadUXP-309d1ca1f297e5ccf2309d6d90b82d558e5d426c.tar
UXP-309d1ca1f297e5ccf2309d6d90b82d558e5d426c.tar.gz
UXP-309d1ca1f297e5ccf2309d6d90b82d558e5d426c.tar.lz
UXP-309d1ca1f297e5ccf2309d6d90b82d558e5d426c.tar.xz
UXP-309d1ca1f297e5ccf2309d6d90b82d558e5d426c.zip
Merge pull request #100 from janekptacijarabaci/devtools_appmenu_1
Added support of the appmenu for DevTools menuitems (optional)
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;