~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/inspector/resources/content/prefs/prefsOverlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!DOCTYPE overlay SYSTEM "chrome://inspector/locale/prefs.dtd">
 
4
 
 
5
<overlay id="ovPrefs" 
 
6
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
7
  
 
8
  <treechildren id="advancedChildren">
 
9
    <treeitem id="inspector">
 
10
      <treerow>       
 
11
        <treecell class="treecell-indent" url="chrome://inspector/content/prefs/pref-inspector.xul" label="&Inspector.label;"/> 
 
12
      </treerow>
 
13
    </treeitem>
 
14
  </treechildren>
 
15
 
 
16
</overlay>
 
17
 
 
18