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

This commit is contained in:
jgmyers%netscape.com 2001-05-04 22:39:37 +00:00
Родитель 56b234c311
Коммит 158720a885
4 изменённых файлов: 0 добавлений и 26 удалений

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

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

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

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

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

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

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

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