]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/icedeb.xul
add .deb lookup button
[icedeb.git] / chrome / icedeb.xul
index b390d03ed269cf5c14353c08363bb941c6d03416..3f83af03bcdfc23b6699ed3f62b1818e5989931c 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 pacckage"
+  onclick="Debian.debButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
+  />
+
 </overlay>