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/browserOverlay.xul | |
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/browserOverlay.xul')
-rw-r--r-- | chrome/content/ui/browserOverlay.xul | 2 |
1 files changed, 1 insertions, 1 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);" /> |