]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/icedeb.xul
fix a typo in .deb tooltip. Thanks to Ryan52
[icedeb.git] / chrome / icedeb.xul
index 68cd39b4f6eaeef89d2fafc2088b09d08b79c390..04bb0dd8bbc697bfab2898fb58356b90284a585d 100644 (file)
@@ -12,6 +12,8 @@
 <!-- Firefox -->
 <toolbarpalette id="BrowserToolbarPalette">
   <toolbarbutton id="icedeb-bts"/>
+  <toolbarbutton id="icedeb-pts"/>
+  <toolbarbutton id="icedeb-deb"/>
   </toolbarpalette>
 
 
   label="Debian BTS"
   tooltiptext="Query Debian BTS using the text in the clipboard"
   onclick="Debian.btsButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
+  />
+
+<toolbarbutton id="icedeb-pts"
+  label="Debian PTS"
+  tooltiptext="Query Debian Package tracking system using the text in the clipboard"
+  onclick="Debian.ptsButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
+  />
+
+<toolbarbutton id="icedeb-deb"
+  label=".deb info"
+  tooltiptext="Show information about binary deb package"
+  onclick="Debian.debButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
   />
 
 </overlay>