Moving the Security Advisor menu item under the Personal Manager menu

sub group.
This commit is contained in:
dougt%netscape.com 2000-03-16 06:30:23 +00:00
Родитель a6172ed9dd
Коммит 9b459e3e7e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -8,8 +8,8 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script language="JavaScript" src="chrome://global/content/psm.js" />
<menupopup id="taskPopup">
<menuitem id="PSMMentItem" position="4" value="&PSMCmd.label;" oncommand="displaySecurityAdvisor()"/>
<menupopup id="personalManagers">
<menuitem id="PSMMentItem" position="1" value="&PSMCmd.label;" oncommand="displaySecurityAdvisor()"/>
</menupopup>
</overlay>