summaryrefslogtreecommitdiffabout
path: root/content/copying.xul
Unidiff
Diffstat (limited to 'content/copying.xul') (more/less context) (show whitespace changes)
-rw-r--r--content/copying.xul14
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 @@
1<?xml version="1.0"?>
2<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3<?xml-stylesheet href="fireflix.css" type="text/css"?>
4<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd">
5<dialog
6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
7 id="copying" title="&copying.title;" orient="vertical"
8 buttons="accept">
9
10 <div xmlns="http://www.w3.org/1999/xhtml">
11 &autoconf.copying;
12 </div>
13
14</dialog>