diff options
author | Einar Egilsson | 2009-10-09 15:14:22 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-09 15:14:22 +0000 |
commit | a253051e8bedde1727e3615c15965afe72e0ae35 (patch) | |
tree | 182135113e38b9442d7ab4e7382b0a4beadb0c56 /chrome/content/ui | |
parent | a7f2d159bb3aa3c515b6f858d3e592618f62cbdf (diff) |
Restructuring
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@263 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 77bab92..7b40c65 100644 --- a/chrome/content/ui/browserOverlay.xul +++ b/chrome/content/ui/browserOverlay.xul @@ -23,7 +23,7 @@ </popup> <statusbar id="status-bar"> <statusbarpanel id="redirector-status"> - <image id="redirector-statusbar-img" src="chrome://redirector/content/images/statusactive.PNG" + <image id="redirector-statusbar-img" src="chrome://redirector/skin/statusactive.PNG" tooltiptext="Redirector is enabled;" style="width:16px; height:16px;" onclick="RedirectorOverlay.statusBarClick(event);" /> diff --git a/chrome/content/ui/settings.xul b/chrome/content/ui/settings.xul index 58c726a..fca43a4 100644 --- a/chrome/content/ui/settings.xul +++ b/chrome/content/ui/settings.xul @@ -17,7 +17,7 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="../code/redirect.js"/>
- <script type="application/x-javascript" src="../code/redirectList.xul.js"/>
+ <script type="application/x-javascript" src="../code/settings.xul.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="redirector-strings" src="chrome://redirector/locale/redirector.properties"/>
</stringbundleset>
|