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:
@@ -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">
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user