]> 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 b390d03ed269cf5c14353c08363bb941c6d03416..04bb0dd8bbc697bfab2898fb58356b90284a585d 100644 (file)
@@ -13,6 +13,7 @@
 <toolbarpalette id="BrowserToolbarPalette">
   <toolbarbutton id="icedeb-bts"/>
   <toolbarbutton id="icedeb-pts"/>
+  <toolbarbutton id="icedeb-deb"/>
   </toolbarpalette>
 
 
   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>