diff options
author | Einar Egilsson | 2009-11-14 06:36:38 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-11-14 06:36:38 +0000 |
commit | a941a19a9033902b25576f3d2975c94cdaf4b875 (patch) | |
tree | d0cbafba0d52f2f0377f1fbd9d36d21d2e485992 /chrome/content/ui | |
parent | 245fdbbe5b566c73108701816064bded8966499f (diff) |
Bugfixes.
2.0.1 release
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@304 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/ui')
-rw-r--r-- | chrome/content/ui/browserOverlay.xul | 2 | ||||
-rw-r--r-- | chrome/content/ui/settings.xul | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/content/ui/browserOverlay.xul b/chrome/content/ui/browserOverlay.xul index 9a72e52..32bf1d5 100644 --- a/chrome/content/ui/browserOverlay.xul +++ b/chrome/content/ui/browserOverlay.xul @@ -4,7 +4,7 @@ <overlay id="redirector-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script src="../code/redirect.js"/> - <script src="../code/prefs.js"/> + <script src="../code/redirectorprefs.js"/> <script src="../code/browserOverlay.xul.js"/> <stringbundleset id="stringbundleset"> diff --git a/chrome/content/ui/settings.xul b/chrome/content/ui/settings.xul index cc9cbf4..27f16dd 100644 --- a/chrome/content/ui/settings.xul +++ b/chrome/content/ui/settings.xul @@ -16,7 +16,7 @@ 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="../code/prefs.js"/>
+ <script type="application/x-javascript" src="../code/redirectorprefs.js"/>
<script type="application/x-javascript" src="../code/redirect.js"/>
<script type="application/x-javascript" src="../code/settings.xul.js"/>
<stringbundleset id="stringbundleset">
|