diff options
author | Einar Egilsson | 2007-05-28 23:17:52 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-05-28 23:17:52 +0000 |
commit | f77a93fe56b90c89d3a881d9af84d43e451efe8d (patch) | |
tree | c7be0b2a34e2e7566961793d7168f698ae96240a /chrome/content/redirectList.xul | |
parent | ca4130f47bbe7f461dc1bc29d4aebb2dec305677 (diff) |
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@56 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirectList.xul')
-rw-r--r-- | chrome/content/redirectList.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/content/redirectList.xul b/chrome/content/redirectList.xul index 163703e..3c0b687 100644 --- a/chrome/content/redirectList.xul +++ b/chrome/content/redirectList.xul @@ -10,13 +10,13 @@ xmlns:nc="http://home.netscape.com/NC-rdf#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <script type="application/x-javascript" src="common.js"/>
<script type="application/x-javascript" src="redirlib.js"/>
+ <script type="application/x-javascript" src="redirector.js"/>
<script type="application/x-javascript" src="redirectList.js"/>
<dialogheader title="&header;" description="&header.description;"/>
- <listbox id="foo">
+ <listbox id="lstRedirects">
<listhead>
<listheader label="&colPattern.label;"/>
|