зеркало из https://github.com/mozilla/pjs.git
Bug 339980 - "Remove Add dictionary from Mac spellcheck context menu" [p=dao r=Mano a=blocking-firefox3+]
This commit is contained in:
Родитель
408faaa300
Коммит
11991eeb03
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче