diff options
Diffstat (limited to 'mailnews/base/content/charsetList.css')
-rw-r--r-- | mailnews/base/content/charsetList.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mailnews/base/content/charsetList.css b/mailnews/base/content/charsetList.css new file mode 100644 index 000000000..cfc9af542 --- /dev/null +++ b/mailnews/base/content/charsetList.css @@ -0,0 +1,5 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +menulist[type="charset"] { + -moz-binding: url("chrome://messenger/content/charsetList.xml#charsetpicker"); +} |