Fix for bug 35057, patch by timeless@bemail.org r=me a=brendan

This commit is contained in:
BlakeR1234%aol.com 2000-07-06 08:16:23 +00:00
parent 0a3563c0b4
commit a881efdc6b
2 changed files with 9 additions and 4 deletions

View File

@ -23,9 +23,10 @@
<!ENTITY sidebar.reload.label "Reload">
<!ENTITY sidebar.picker.label "Add">
<!ENTITY sidebar.customize.label "Customize Sidebar...">
<!ENTITY sidebarCmd.label "Sidebar">
<!ENTITY sidebarCmd.label "My Sidebar">
<!ENTITY sidebarCmd.accesskey "m">
<!ENTITY sidebar.loading.label "Loading...">
<!ENTITY sidebar.no-panels.state "My Sidebar is currently empty.">
<!ENTITY sidebar.no-panels.add 'You may add panels by clicking on the "Add" button above, and then clicking on "Customize..."'>
<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide My Sidebar, click on the "View" menu above and select "Sidebar."'>
<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide My Sidebar, click on the "View" menu above and select "Sidebar."'>

View File

@ -130,8 +130,12 @@
<!-- View->Sidebar toggle -->
<menupopup id="menu_View_Popup">
<menuitem id="sidebar-menu" type="checkbox" value="&sidebarCmd.label;"
oncommand="SidebarShowHide();" position="2"/>
<menuitem id="sidebar-menu" type="checkbox"
value="&sidebarCmd.label;"
accesskey="&sidebarCmd.accesskey;"
oncommand="SidebarShowHide();"
position="2"
/>
</menupopup>
<!-- open/close grippy for status (not yet)