summaryrefslogtreecommitdiff
path: root/gecko/chrome/content/simplyread.xul
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-13 18:54:00 +0000
committerNick White <git@njw.me.uk>2010-11-13 18:54:00 +0000
commit3d293ecb997547ce48ab5ee3c6a83effddbbb0ae (patch)
tree87553f863bbd48a8268ccbebd71a3a7783c720e0 /gecko/chrome/content/simplyread.xul
parent6184d6bdac39e3a1f2e72ce180db40cb896724cf (diff)
Rename to simplyread to avoid name clash
Diffstat (limited to 'gecko/chrome/content/simplyread.xul')
-rw-r--r--gecko/chrome/content/simplyread.xul10
1 files changed, 10 insertions, 0 deletions
diff --git a/gecko/chrome/content/simplyread.xul b/gecko/chrome/content/simplyread.xul
new file mode 100644
index 0000000..f216c41
--- /dev/null
+++ b/gecko/chrome/content/simplyread.xul
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<overlay id="simplyread" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <script src="chrome://simplyread/content/simplyread.js" />
+ <keyset>
+ <key id="simplyread" modifiers="accel alt" key="r" oncommand="simplyread()" />
+ </keyset>
+ <statusbar id="status-bar">
+ <image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
+ </statusbar>
+</overlay>