diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-06 23:52:16 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-07 00:06:53 -0500 |
commit | 2c30652840889cd2e1c5e15574e93aefdb720fcf (patch) | |
tree | 82def2bd41173dbb629e573cd8b53309120b36a1 /src/chrome/content | |
download | eib-2c30652840889cd2e1c5e15574e93aefdb720fcf.tar.xz eib-2c30652840889cd2e1c5e15574e93aefdb720fcf.zip |
Initial commit
Diffstat (limited to 'src/chrome/content')
-rw-r--r-- | src/chrome/content/options.xul | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/chrome/content/options.xul b/src/chrome/content/options.xul new file mode 100644 index 0000000..29543ba --- /dev/null +++ b/src/chrome/content/options.xul @@ -0,0 +1,7 @@ +<?xml version="1.0"?> + +<!DOCTYPE options SYSTEM "chrome://eib/locale/options.dtd"> + +<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <setting type="string" pref="extensions.eib.trusted" title="&eib.options.trusted" desc="&eib.options.trusted" /> +</vbox> |