bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars

submenu to "show"
patch by gerv, r=hwaara, sr=alecf
This commit is contained in:
bbaetz%cs.mcgill.ca 2001-05-12 17:49:15 +00:00
Родитель 8dcd73f985
Коммит d1f2414952
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

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