-rw-r--r-- | content/copying.xul | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/copying.xul b/content/copying.xul new file mode 100644 index 0000000..179dca5 --- a/dev/null +++ b/content/copying.xul @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> +<?xml-stylesheet href="fireflix.css" type="text/css"?> +<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd"> +<dialog + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + id="copying" title="©ing.title;" orient="vertical" + buttons="accept"> + + <div xmlns="http://www.w3.org/1999/xhtml"> + &autoconf.copying; + </div> + +</dialog> |