Bug 336231: work around bug 374288 by giving the "Manage search engines" menu item an empty tooltip, patch by Vlado Valastiak <valastiak@mozilla.sk>, r=me, a=schrep

This commit is contained in:
gavin@gavinsharp.com 2008-01-29 11:31:10 -08:00
Родитель 436622a1a2
Коммит 0d3c713dd0
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -92,6 +92,8 @@
<xul:menuitem class="open-engine-manager"
anonid="open-engine-manager"
label="&cmd_engineManager.label;"
# The empty tooltiptext attribute is here to avoid bug 336231
tooltiptext=""
oncommand="openManager(event);"/>
</xul:menupopup>
</xul:button>