Fix for bug 41928. Fix wrong menu id. R=putterman

This commit is contained in:
ducarroz%netscape.com 2000-08-14 23:28:18 +00:00
Родитель 0eb0e898b7
Коммит 5e86f82bf7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -128,7 +128,7 @@ Rights Reserved.
<menuitem value="&importCmd.label;" oncommand="toImport()"/>
<menuitem value="&exportCmd.label;" disabled="true" oncommand="AbExport()"/>
<menuseparator/>
<menuitem id="menu_pageSetup"/>
<menuitem id="cmd_pageSetup"/>
<menuitem value="&printPreviewCmd.label;" disabled="true" oncommand="AbPrintPreview()"/>
<menuitem value="&printCardViewCmd.label;" key="key_PrintCard" observes="cmd_PrintCard"/>
<menuitem value="&printAddressBook.label;" disabled="true" oncommand="AbPrintAddressBook()"/>