aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/overlay.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/content/overlay.js')
-rw-r--r--chrome/content/overlay.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js
index 7795372..b7bd560 100644
--- a/chrome/content/overlay.js
+++ b/chrome/content/overlay.js
@@ -160,11 +160,11 @@ var RedirectorOverlay = {
var statusImg = $('redirector-statusbar-img');
if (RedirLib.getBoolPref('enabled')) {
- statusImg.src = 'chrome://redirector/content/statusactive.png'
+ statusImg.src = 'chrome://redirector/content/statusactive.PNG'
statusImg.setAttribute('tooltiptext', this.strings.getString('enabledTooltip'));
Redirector.enabled = true;
} else {
- statusImg.src = 'chrome://redirector/content/statusinactive.png'
+ statusImg.src = 'chrome://redirector/content/statusinactive.PNG'
statusImg.setAttribute('tooltiptext', this.strings.getString('disabledTooltip'));
Redirector.enabled = false;
}