diff options
author | Einar Egilsson | 2008-01-07 22:44:06 +0000 |
---|---|---|
committer | Einar Egilsson | 2008-01-07 22:44:06 +0000 |
commit | abc92ba06bb84d544a0d1deb065eb608cac8190e (patch) | |
tree | ba33b2f82fecca18aef7b0a9dadf2cb2af3b2d51 /chrome/content/overlay.xul | |
parent | 0ee5f981f3e708246674d26f8a26fc9b6d8f5fc9 (diff) |
Redirector 1.5
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@102 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/overlay.xul')
-rw-r--r-- | chrome/content/overlay.xul | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/content/overlay.xul b/chrome/content/overlay.xul index 3333be1..5bd827f 100644 --- a/chrome/content/overlay.xul +++ b/chrome/content/overlay.xul @@ -26,10 +26,12 @@ </popup> <statusbar id="status-bar"> <statusbarpanel id="redirector-status"> - <menupopup id="redirector-status-popup"> + <!-- Put back in later + <menupopup id="redirector-status-popup" position="at_pointer"> <menuitem label="&RedirectorManageRedirects.label;" accesskey="&RedirectorManageRedirects.accesskey;" oncommand="Redirector.openSettings();" /> <menuitem label="&RedirectorHelp.label;" accesskey="&RedirectorHelp.accesskey;" oncommand="Redirector.openHelp();" /> </menupopup> + --> <image id="redirector-statusbar-img" src="chrome://redirector/content/statusactive.PNG" tooltiptext="Redirector is enabled;" style="width:16px; height:16px;" |