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

« back to all changes in this revision

Viewing changes to mozilla/extensions/irc/xul/content/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
<!-- ***** BEGIN LICENSE BLOCK *****
 
4
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
 
5
   -
 
6
   - The contents of this file are subject to the Mozilla Public License
 
7
   - Version 1.1 (the "License"); you may not use this file except in
 
8
   - compliance with the License. You may obtain a copy of the License at
 
9
   - http://www.mozilla.org/MPL/ 
 
10
   - 
 
11
   - Software distributed under the License is distributed on an "AS IS" basis,
 
12
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 
13
   - for the specific language governing rights and limitations under the
 
14
   - License. 
 
15
   -
 
16
   - The Original Code is Chatzilla
 
17
   - 
 
18
   - Alternatively, the contents of this file may be used under the
 
19
   - terms of the GNU Public License (the "GPL"), in which case the
 
20
   - provisions of the GPL are applicable instead of those above.
 
21
   - If you wish to allow use of your version of this file only
 
22
   - under the terms of the GPL and not to allow others to use your
 
23
   - version of this file under the MPL, indicate your decision by
 
24
   - deleting the provisions above and replace them with the notice
 
25
   - and other provisions required by the GPL.  If you do not delete
 
26
   - the provisions above, a recipient may use your version of this
 
27
   - file under either the MPL or the GPL.
 
28
   -
 
29
   - Contributor(s):
 
30
   -  James Ross, <twpol@aol.com>, original author
 
31
   -
 
32
   - ***** END LICENSE BLOCK ***** -->
 
33
 
 
34
<!DOCTYPE overlay SYSTEM "chrome://chatzilla/locale/pref-irc.dtd">
 
35
 
 
36
<overlay id="ovCZPrefs" 
 
37
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
38
  
 
39
  <treechildren id="panelChildren">
 
40
    <treeitem container="true" id="chatzillaItem" insertbefore="advancedItem">
 
41
      <treerow>
 
42
        <treecell url="chrome://chatzilla/content/prefpanel/pref-irc.xul" 
 
43
            label="&pref-irc.window.title;"/>
 
44
      </treerow>
 
45
      <treechildren id="chatzillaChildren">
 
46
        <treeitem>
 
47
          <treerow>
 
48
            <treecell url="chrome://chatzilla/content/prefpanel/startup.xul" 
 
49
                label="&startup.window.title;"/>
 
50
          </treerow>
 
51
        </treeitem>
 
52
        <treeitem>
 
53
          <treerow>
 
54
            <treecell url="chrome://chatzilla/content/prefpanel/interface.xul" 
 
55
                label="&interface.window.title;"/>
 
56
          </treerow>
 
57
        </treeitem>
 
58
        <treeitem>
 
59
          <treerow>
 
60
            <treecell url="chrome://chatzilla/content/prefpanel/appearance.xul" 
 
61
                label="&appearance.window.title;"/>
 
62
          </treerow>
 
63
        </treeitem>
 
64
        <treeitem>
 
65
          <treerow>
 
66
            <treecell url="chrome://chatzilla/content/prefpanel/stalk.xul" 
 
67
                label="&stalk.window.title;"/>
 
68
          </treerow>
 
69
        </treeitem>
 
70
        <treeitem>
 
71
          <treerow>
 
72
            <treecell url="chrome://chatzilla/content/prefpanel/sound.xul" 
 
73
                label="&sound.window.title;"/>
 
74
          </treerow>
 
75
        </treeitem>
 
76
      </treechildren>
 
77
    </treeitem>
 
78
  </treechildren>
 
79
 
 
80
</overlay>
 
81
 
 
82