bug 120200, add "D" accesskey to tasks->tools->debugger

This commit is contained in:
rginda%netscape.com 2002-01-16 04:07:31 +00:00
parent abc03d13c7
commit 48f6bc95e0
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -35,3 +35,4 @@
-->
<!ENTITY venkmanCmd.label "JavaScript Debugger">
<!ENTITY venkmanCmd.akey "D">