Bug 127704 Help menu isn't Mac OS X-ish

p=stefan_h@hem.utfors.se r=kairo/bugs.mano sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173595 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%arlen.demon.co.uk
2005-05-19 20:19:43 +00:00
parent 79f2b8e2c7
commit 55699b356d
8 changed files with 27 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % helpMenuDTD SYSTEM "chrome://help/locale/helpMenuOverlay.dtd">
%helpMenuDTD;
<!ENTITY % platformCommunicatorDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicatorDTD;
]>
<overlay id="helpMenuID"
@@ -10,8 +14,8 @@
<script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
<menupopup id="helpPopup">
<menuitem label="&helpContents.label;"
accesskey="&helpContents.accesskey;"
<menuitem label="&openHelpCmd.label;"
accesskey="&openHelpCmd.accesskey;"
position="1" id="help"
oncommand="openHelp();" />
<menuitem label="&helpForIEUsers.label;"

View File

@@ -1,5 +1,4 @@
<!ENTITY helpContents.label "Help Contents">
<!ENTITY helpContents.accesskey "h">
<!-- Platform-specific entities are in platformCommunicatorOverlay.dtd -->
<!ENTITY helpForIEUsers.label "For Internet Explorer Users">
<!ENTITY helpForIEUsers.accesskey "i">
<!ENTITY helpForIEUsers.accesskey "I">

View File

@@ -3,8 +3,8 @@
<!DOCTYPE overlay [
<!ENTITY % platformCommunicationDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicationDTD;
<!ENTITY % platformCommunicatorDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicatorDTD;
<!ENTITY % utilityDTD SYSTEM "chrome://communicator/locale/utilityOverlay.dtd">
%utilityDTD;

View File

@@ -3,8 +3,8 @@
<!DOCTYPE overlay [
<!ENTITY % platformCommunicationDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicationDTD;
<!ENTITY % platformCommunicatorDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicatorDTD;
<!ENTITY % utilityDTD SYSTEM "chrome://communicator/locale/utilityOverlay.dtd">
%utilityDTD;

View File

@@ -3,8 +3,8 @@
<!DOCTYPE overlay [
<!ENTITY % platformCommunicationDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicationDTD;
<!ENTITY % platformCommunicatorDTD SYSTEM "chrome://communicator-platform/locale/platformCommunicatorOverlay.dtd">
%platformCommunicatorDTD;
<!ENTITY % utilityDTD SYSTEM "chrome://communicator/locale/utilityOverlay.dtd">
%utilityDTD;

View File

@@ -23,3 +23,7 @@
<!ENTITY minimizeWindowCmd.label "Minimize">
<!ENTITY minimizeWindowCmd.key "M">
<!ENTITY zoomWindowCmd.label "Zoom">
<!-- Help viewer -->
<!ENTITY openHelpCmd.label "&brandShortName; Help">
<!ENTITY openHelpCmd.accesskey "H">

View File

@@ -17,3 +17,7 @@
<!ENTITY findTypeLinksCmd.key "'">
<!ENTITY accel.emacs_conflict "accel,shift">
<!-- Help viewer -->
<!ENTITY openHelpCmd.label "Help Contents">
<!ENTITY openHelpCmd.accesskey "H">

View File

@@ -17,4 +17,8 @@
<!ENTITY findTypeTextCmd.key "/">
<!ENTITY findTypeLinksCmd.key "'">
<!ENTITY accel.emacs_conflict "accel">
<!ENTITY accel.emacs_conflict "accel">
<!-- Help viewer -->
<!ENTITY openHelpCmd.label "Help Contents">
<!ENTITY openHelpCmd.accesskey "H">