fix for tooltip on lock icon, forget the bug number, r=pchen

This commit is contained in:
ben%netscape.com 2000-09-07 06:23:22 +00:00
Родитель bd580c2745
Коммит a5ee3b5552
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,6 +9,6 @@
<script language="JavaScript" src="chrome://communicator/content/securityUI.js" />
<statusbarpanel id="security-button" onclick="displayPageInfo()" tooltip="aToolTip" tooltiptext="&lockIcon.label;"/>
<statusbarpanel id="security-button" onclick="displayPageInfo()" tooltip="aTooltip" tooltiptext="&lockIcon.label;"/>
</overlay>