Bug 242707: Corrects the order of the menu items in the File menu of the View Source window

patch by Frank Wein, r=Neil, sr=jag
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-05-07 08:11:52 +00:00
Родитель eda8245538
Коммит eb441f872c
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -139,16 +139,16 @@
<menuitem id="menu_newEditor"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem id="menu_close"/>
<menuseparator/>
<menuitem key="key_savePage" command="cmd_savePage"
label="&savePageCmd.label;" accesskey="&savePageCmd.accesskey;"/>
<menuseparator/>
<menuitem key="key_editPage" command="cmd_editPage"
label="&editPageCmd.label;" accesskey="&editPageCmd.accesskey;"/>
<menuseparator/>
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" key="printKb" command="Browser:Print"/>
<menuitem id="printSetupMenuItem" label="&printSetupCmd.label;" accesskey="&printSetupCmd.accesskey;" command="cmd_printSetup"/>
<menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" key="printKb" command="Browser:Print"/>
</menupopup>
</menu>