mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
bug 120200, add "D" accesskey to tasks->tools->debugger
This commit is contained in:
parent
abc03d13c7
commit
48f6bc95e0
@ -55,7 +55,8 @@
|
||||
This is the id that the menuitem will be appended to. see tasksOverlay.xul
|
||||
-->
|
||||
<menupopup id="toolsPopup">
|
||||
<menuitem position="5" label="&venkmanCmd.label;" oncommand="start_venkman()"/>
|
||||
<menuitem position="5" label="&venkmanCmd.label;"
|
||||
accesskey="&venkmanCmd.akey;" oncommand="start_venkman()"/>
|
||||
</menupopup>
|
||||
|
||||
</overlay>
|
||||
|
@ -35,3 +35,4 @@
|
||||
-->
|
||||
|
||||
<!ENTITY venkmanCmd.label "JavaScript Debugger">
|
||||
<!ENTITY venkmanCmd.akey "D">
|
||||
|
Loading…
Reference in New Issue
Block a user