~ubuntu-branches/ubuntu/oneiric/pithos/oneiric

« back to all changes in this revision

Viewing changes to data/ui/AboutPithosDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-10-11 15:54:28 UTC
  • Revision ID: james.westby@ubuntu.com-20101011155428-mrgw5vu2j2dfi10b
Tags: upstream-0.3.3
ImportĀ upstreamĀ versionĀ 0.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-requires about_pithos_dialog 1.0 -->
 
5
  <!-- interface-naming-policy project-wide -->
 
6
  <object class="AboutPithosDialog" id="about_pithos_dialog">
 
7
    <property name="border_width">5</property>
 
8
    <property name="icon">../media/icon.png</property>
 
9
    <property name="type_hint">normal</property>
 
10
    <property name="has_separator">False</property>
 
11
    <property name="program_name">Pithos</property>
 
12
    <property name="version">0.3</property>
 
13
    <property name="copyright" translatable="yes">Copyright &#xA9; 2010 Kevin Mehall</property>
 
14
    <property name="comments" translatable="yes">A Pandora Radio client for the GNOME Desktop</property>
 
15
    <property name="website">http://kevinmehall.net/p/pithos</property>
 
16
    <property name="logo">../media/icon.svg</property>
 
17
    <child internal-child="vbox">
 
18
      <object class="GtkVBox" id="dialog-vbox1">
 
19
        <property name="visible">True</property>
 
20
        <property name="spacing">2</property>
 
21
        <child>
 
22
          <placeholder/>
 
23
        </child>
 
24
        <child internal-child="action_area">
 
25
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
26
            <property name="visible">True</property>
 
27
            <property name="layout_style">end</property>
 
28
          </object>
 
29
          <packing>
 
30
            <property name="expand">False</property>
 
31
            <property name="pack_type">end</property>
 
32
            <property name="position">0</property>
 
33
          </packing>
 
34
        </child>
 
35
      </object>
 
36
    </child>
 
37
  </object>
 
38
</interface>