Fix 27451, removal of "HTML Domains..." menu item from address book. r=scottip.

This commit is contained in:
hangas%netscape.com 2000-02-15 22:08:40 +00:00
Родитель b6a91c50eb
Коммит 2751ae6e6a
2 изменённых файлов: 0 добавлений и 7 удалений

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

@ -141,10 +141,6 @@ Rights Reserved.
<menuitem value="&editCardCmd.label;"
accesskey="&editCardCmd.accesskey;"
oncommand="AbEditCard();"/>
<menuitem value="&htmlDomainCmd.label;"
accesskey="&htmlDomainCmd.accesskey;"
disabled="true"
oncommand="AbHTMLDomain();"/>
<menuseparator/>
<menuitem id="menu_preferences" oncommand="goPreferences('addressbook.xul', 'chrome://addressbook/content/pref-addressing.xul')"/>
</menupopup>

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

@ -51,9 +51,6 @@ Rights Reserved.
<!ENTITY editCardCmd.label "Edit Card...">
<!-- LOCALIZATION NOTE (editCardCmd.accesskey) : DONT_TRANSLATE -->
<!ENTITY editCardCmd.accesskey "e">
<!ENTITY htmlDomainCmd.label ".HTML Domains...">
<!-- LOCALIZATION NOTE (htmlDomainCmd.accesskey) : DONT_TRANSLATE -->
<!ENTITY htmlDomainCmd.accesskey "h">
<!-- View Menu -->
<!ENTITY showAbToolbarCmd.label "Show Address Book Toolbar">