]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
global object Debian -> IceDeb
[icedeb.git] / chrome / content / icedeb.xul
index 3e0ed367ee213cb50493b80b12cf13bf3446e905..746c3d2062edb98ebdb41cb02d55217e344f4005 100644 (file)
 <toolbarbutton id="icedeb-bts"
   label="&bts.label;"
   tooltiptext="&bts.tooltiptext;"
-  onclick="Debian.btsButton(event)"
+  onclick="IceDeb.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-pts"
   label="&pts.label;"
   tooltiptext="&pts.tooltiptext;"
-  onclick="Debian.ptsButton(event)"
+  onclick="IceDeb.ptsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-deb"
   label="&deb.label;"
   tooltiptext="&deb.tooltiptext;"
-  onclick="Debian.debButton(event)"
+  onclick="IceDeb.debButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
   />