diff options
author | Einar Egilsson | 2009-11-14 06:30:34 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-11-14 06:30:34 +0000 |
commit | 245fdbbe5b566c73108701816064bded8966499f (patch) | |
tree | a3c3308d281fd60b5ee8fd4a992b4b6917ae4e1f /chrome | |
parent | 11afb01bce41e0008440fab6753fba5abd45669f (diff) |
.png bugs
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@303 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome')
-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 d67928c..9a72e52 100644 --- a/chrome/content/ui/browserOverlay.xul +++ b/chrome/content/ui/browserOverlay.xul @@ -24,7 +24,7 @@ </popup> <statusbar id="status-bar"> <statusbarpanel id="redirector-status"> - <image id="redirector-statusbar-img" src="chrome://redirector/skin/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);" /> |