summaryrefslogtreecommitdiff
path: root/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul')
-rw-r--r--chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul14
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul b/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul
new file mode 100644
index 0000000..ba68b5f
--- /dev/null
+++ b/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<!DOCTYPE overlay SYSTEM "chrome://bitmask/locale/bitmaskAccountManagerOverlay.dtd">
+<overlay id="bitmaskAccountManagerOverlay"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <script type="application/javascript"
+ src="chrome://bitmask/content/accountWizard/launchAccountWizard.js"/>
+ <menupopup id="accountActionsDropdown">
+ <menuitem id="accountActionsAddBitmaskAccount"
+ label="&addBitmaskAccountButton.label;"
+ accesskey="&addBitmaskAccountButton.accesskey;"
+ insertbefore="accountActionsDropdownSep1"
+ oncommand="launchAccountWizard();" />
+ </menupopup>
+</overlay>