Index: chrome/content/watcher.xul |
=================================================================== |
--- a/chrome/content/watcher.xul |
+++ b/chrome/content/watcher.xul |
@@ -22,20 +22,16 @@ |
buttonaccesskeyextra2="&clear.accesskey;" |
width="600px" |
height="400px" |
persist="screenX screenY width height sizemode advancedMode" |
windowtype="abpwatcher:watch"> |
<script type="application/x-javascript;version=1.7" src="watcher.js"/> |
- <stringbundleset id="stringbundles"> |
- <stringbundle id="stringbundle-global" src="chrome://abpwatcher/locale/global.properties"/> |
- </stringbundleset> |
- |
<commandset id="watcherCommands"> |
<command id="command-copylocation" oncommand="copyLocation();"/> |
<command id="command-copyfilters" oncommand="copyFilters();"/> |
</commandset> |
<keyset id="watcherKeys"> |
<key id="key-copylocation" modifiers="accel" key="c" command="command-copylocation"/> |
</keyset> |