fix Bugzilla Bug 63103 add "About Plug-ins" to the Help menu

by bzbarsky@mit.edu r=timeless, a=ben


git-svn-id: svn://10.0.0.236/trunk@89965 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2001-03-21 02:35:13 +00:00
parent 5a5a4f8f79
commit b693f22073
4 changed files with 14 additions and 4 deletions

View File

@ -93,5 +93,8 @@
<!ENTITY interUsersCmd.label "International Users">
<!-- LOCALIZATION NOTE (helpAtCmd.label): Do NOT translate "Netscape.com" -->
<!ENTITY helpAtCmd.label "Help at Netscape.com">
<!ENTITY releaseCommCmd.label "Release Notes">
<!ENTITY aboutCommCmd.label "About">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "r">
<!ENTITY aboutCmd.label "About &brandShortName;">
<!ENTITY aboutCommPluginsCmd.label "About Plug-ins">
<!ENTITY aboutCommPluginsCmd.accesskey "p">

View File

@ -93,5 +93,8 @@
<!ENTITY interUsersCmd.label "International Users">
<!-- LOCALIZATION NOTE (helpAtCmd.label): Do NOT translate "Netscape.com" -->
<!ENTITY helpAtCmd.label "Help at Netscape.com">
<!ENTITY releaseCommCmd.label "Release Notes">
<!ENTITY aboutCommCmd.label "About">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "r">
<!ENTITY aboutCmd.label "About &brandShortName;">
<!ENTITY aboutCommPluginsCmd.label "About Plug-ins">
<!ENTITY aboutCommPluginsCmd.accesskey "p">

View File

@ -134,6 +134,8 @@
<menuitem accesskey="&releaseCmd.accesskey;" value="&releaseCmd.label;"
id="releaseUrl" oncommand="openTopWin('&releaseURL;');"/>
<menuseparator/>
<menuitem class="about" accesskey="&aboutCommPluginsCmd.accesskey;" value="&aboutCommPluginsCmd.label;"
id="pluginInfo" oncommand="openTopWin('about:plugins')"/>
<menuitem accesskey="&aboutCmd.accesskey;" value="&aboutCmd.label;"
id="aboutName" oncommand="goAboutDialog();"/>
</menupopup>

View File

@ -91,3 +91,5 @@
<!ENTITY releaseCmd.accesskey "r">
<!ENTITY aboutCmd.label "About &brandShortName;">
<!ENTITY aboutCmd.accesskey "a">
<!ENTITY aboutCommPluginsCmd.label "About Plug-ins">
<!ENTITY aboutCommPluginsCmd.accesskey "p">