move debugger menu item from tasks to tasks->tools
This commit is contained in:
rginda%netscape.com 2001-09-25 22:27:36 +00:00
Родитель 3efdb07ba7
Коммит d0563951ef
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -55,10 +55,8 @@
<!--
This is the id that the menuitem will be appended to. see tasksOverlay.xul
-->
<menupopup id="taskPopup">
<menuitem position="6"
label="&venkmanCmd.label;"
oncommand="start_venkman()"/>
<menupopup id="toolsPopup">
<menuitem position="5" label="&venkmanCmd.label;" oncommand="start_venkman()"/>
</menupopup>
</overlay>