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:
parent
5a5a4f8f79
commit
b693f22073
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user