Update name of box for hooking in the security button. ("state-box" -> "status-bar")

This commit is contained in:
thayes%netscape.com 2000-05-07 20:51:33 +00:00
Родитель aee7d202d2
Коммит d6ebe0e55a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7,7 +7,7 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<?xml-stylesheet href="chrome://navigator/skin/NavSecurityOverlay.css" type="text/css"?>
<html:script language="JavaScript" src="chrome://navigator/content/NavSecurityUI.js" />
<box id="state-box">
<box id="status-bar">
<titledbutton id="security-button" class="borderless" align="left" onclick="displayPageInfo()"/>
</box>