This commit is contained in:
blakeross%telocity.com 2002-08-04 02:30:28 +00:00
Родитель f101f49d48
Коммит fb0a09112c
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -31,7 +31,7 @@ Contributor(s):
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://global/locale/findDialog.dtd">
<!DOCTYPE window SYSTEM "chrome://global/locale/finddialog.dtd">
<window id="findDialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
@ -44,8 +44,8 @@ Contributor(s):
title="&findDialog.title;"
persist="screenX screenY">
<script type="application/x-javascript" src="chrome://global/content/findDialog.js"/>
<stringbundle id="findBundle" src="chrome://global/locale/findDialog.properties"/>
<script type="application/x-javascript" src="chrome://global/content/finddialog.js"/>
<stringbundle id="findBundle" src="chrome://global/locale/finddialog.properties"/>
<keyset>
<key keycode="VK_ESCAPE" oncommand="close();"/>
</keyset>

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

@ -4,12 +4,12 @@ toolkit.jar:
+ content/global/xul.css (content/xul.css)
+ content/global/nsContextMenu.js (content/nsContextMenu.js)
+ content/global/widgets/toolbar.xml (content/widgets/toolbar.xml)
+ content/global/findDialog.xul (content/findDialog.xul)
+ content/global/findDialog.js (content/findDialog.js)
+ content/global/finddialog.xul (content/findDialog.xul)
+ content/global/finddialog.js (content/findDialog.js)
content/global/nsBrowserStatusHandler.js (content/nsBrowserStatusHandler.js)
content/global/nsBrowserContentListener.js (content/nsBrowserContentListener.js)
content/global/charset.js (content/charset.js)
en-US.jar:
+ locale/en-US/global/charset.dtd (locale/charset.dtd)
+ locale/en-US/global/findDialog.dtd (locale/findDialog.dtd)
+ locale/en-US/global/findDialog.properties (locale/findDialog.properties)
+ locale/en-US/global/finddialog.dtd (locale/findDialog.dtd)
+ locale/en-US/global/finddialog.properties (locale/findDialog.properties)