]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/button.xul
continue renaming
[icedeb.git] / chrome / button.xul
index 46e14e172f2008609290188d90329c97615d4834..ac7af58ef10d54edc2506f63096d2ab155a7f713 100644 (file)
@@ -3,7 +3,7 @@
   href="chrome://custombutton/content/button.css"?>
 
 <!DOCTYPE overlay >
-<overlay id="custombutton-overlay"
+<overlay id="debian-bts-button-overlay"
   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
 <script type="application/x-javascript"
 
 <!-- Firefox -->
 <toolbarpalette id="BrowserToolbarPalette">
-  <toolbarbutton id="custom-button-1"/>
+  <toolbarbutton id="debian-bts-query-button-1"/>
   </toolbarpalette>
 
 
 <!-- button details -->
-<toolbarbutton id="custom-button-1"
-  label="Custom"
-  tooltiptext="My custom toolbar button"
+<toolbarbutton id="debian-bts-query-button-1"
+  label="Debian BTS"
+  tooltiptext="Query Debian BTS using the text in the clipboard"
   oncommand="CustomButton[1]()"
-  class="toolbarbutton-1 chromeclass-toolbar-additional custombutton"
+  class="toolbarbutton-1 chromeclass-toolbar-additional debian-bts-query-button"
   />
 
 </overlay>