Back out fix for 79639 and make sidebar toggle consistently accessible in all apps.

sr=alecf


git-svn-id: svn://10.0.0.236/trunk@95807 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2001-05-23 05:43:17 +00:00
parent 3c08ad40fc
commit fc43098f31
2 changed files with 5 additions and 5 deletions

View File

@@ -40,8 +40,8 @@
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "v">
<!ENTITY toolbarsCmd.label "Show/Hide">
<!ENTITY toolbarsCmd.accesskey "w">
<!ENTITY toolbarsCmd.label "Toolbars">
<!ENTITY toolbarsCmd.accesskey "t">
<!ENTITY navbarCmd.label "Navigation Toolbar">
<!ENTITY navbarCmd.accesskey "n">
<!ENTITY personalbarCmd.label "Personal Toolbar">

View File

@@ -163,14 +163,14 @@
onclick="SidebarCleanUpExpandCollapse();"/>
</splitter>
<!-- View | Show | Sidebar toggle -->
<menupopup id="view_toolbars_popup">
<!-- View->Sidebar toggle -->
<menupopup id="menu_View_Popup">
<menuitem id="sidebar-menu" type="checkbox"
label="&sidebarCmd.label;"
accesskey="&sidebarCmd.accesskey;"
command="toggleSidebar"
key="showHideSidebar"
position="4"/>
position="2"/>
</menupopup>
<!-- Scripts go last, because they peek at state to tweak menus -->