remove PSM from Tasks menu: bug 76181 r=blake sr=blizzard

git-svn-id: svn://10.0.0.236/trunk@93986 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jgmyers%netscape.com 2001-05-04 22:39:37 +00:00
parent e17ea8b1e1
commit 85c655ea88
4 changed files with 0 additions and 26 deletions

View File

@ -1,22 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/PSMTaskMenu.dtd" >
<overlay id="psmTaskMenuID"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript">
function displaySecurityAdvisor()
{
var psm = Components.classes["@mozilla.org/psm;1"].getService();
psm = psm.QueryInterface(Components.interfaces.nsISecurityManagerComponent);
psm.displaySecurityAdvisor();
}
</script>
<menupopup id="personalManagers">
<menuitem id="PSMMenuItem" position="1" label="&PSMCmd.label;" accesskey="&PSMCmd.accesskey;" oncommand="displaySecurityAdvisor();"/>
</menupopup>
</overlay>

View File

@ -1,2 +0,0 @@
<!ENTITY PSMCmd.label "Personal Security Manager">
<!ENTITY PSMCmd.accesskey "s">

View File

@ -1,6 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://communicator/skin/tasksOverlay.css" type="text/css"?>
<?xul-overlay href="chrome://communicator/content/PSMTaskMenu.xul"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >

View File

@ -11,7 +11,6 @@ wizardOverlay.dtd
about.dtd
brand.properties
brand.dtd
PSMTaskMenu.dtd
accept2locale.properties
languageNames.properties
regionNames.properties