~ubuntu-branches/ubuntu/maverick/adblock-plus/maverick-updates

« back to all changes in this revision

Viewing changes to chrome/content/objecttab.xml

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-05-04 14:45:07 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100504144507-3419mba2341luamh
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
 
3
 
<!DOCTYPE bindings SYSTEM "chrome://adblockplus/locale/overlay.dtd">
4
 
 
5
 
<bindings id="objectTabBindings"
6
 
    xmlns="http://www.mozilla.org/xbl"
7
 
    xmlns:html="http://www.w3.org/1999/xhtml"
8
 
    xmlns:xbl="http://www.mozilla.org/xbl">
9
 
 
10
 
  <binding id="objectTab">
11
 
    <content title="&objecttab.tooltip;">
12
 
      &objecttab.title;
13
 
      <html:img src="chrome://global/content/abp-dummy-image-request.png"/>
14
 
    </content>
15
 
  </binding>
16
 
 
17
 
  <!-- Dummy binding to apply to invisible object tabs, without this the previous binding won't be unapplied -->
18
 
  <binding id="dummy"/>
19
 
</bindings>