Bug 339980 - "Remove Add dictionary from Mac spellcheck context menu" [p=dao r=Mano a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2007-10-08 14:07:56 -07:00
Родитель 408faaa300
Коммит 11991eeb03
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -242,19 +242,23 @@
type="checkbox"
accesskey="&spellEnable.accesskey;"
oncommand="InlineSpellCheckerUI.toggleEnabled();"/>
#ifndef MOZ_WIDGET_COCOA
<menuitem id="spell-add-dictionaries-main"
label="&spellAddDictionaries.label;"
accesskey="&spellAddDictionaries.accesskey;"
oncommand="gContextMenu.addDictionaries();"/>
#endif
<menu id="spell-dictionaries"
label="&spellDictionaries.label;"
accesskey="&spellDictionaries.accesskey;">
<menupopup id="spell-dictionaries-menu">
#ifndef MOZ_WIDGET_COCOA
<menuseparator id="spell-language-separator"/>
<menuitem id="spell-add-dictionaries"
label="&spellAddDictionaries.label;"
accesskey="&spellAddDictionaries.accesskey;"
oncommand="gContextMenu.addDictionaries();"/>
#endif
</menupopup>
</menu>
<menuseparator hidden="true" id="context-sep-bidi"/>