diff options
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> |