~ubuntu-branches/ubuntu/saucy/unity-tweak-tool/saucy-proposed

« back to all changes in this revision

Viewing changes to data/about.ui

  • Committer: Package Import Robot
  • Author(s): Barneedhar Vigneshwar
  • Date: 2013-02-15 20:33:41 UTC
  • Revision ID: package-import@ubuntu.com-20130215203341-yqrfr9df488k41am
Tags: 0.0.3
* New upstream release
* Closes needs-packaging bug (LP: #1126433)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkAboutDialog" id="about_unitytweak">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="border_width">5</property>
 
7
    <property name="resizable">False</property>
 
8
    <property name="default_width">70</property>
 
9
    <property name="type_hint">dialog</property>
 
10
    <property name="program_name">Unity Tweak Tool</property>
 
11
    <property name="version">0.0.3</property>
 
12
    <property name="copyright" translatable="yes">Copyright © 2013 Freyja Development team</property>
 
13
    <property name="comments" translatable="yes">Unity Tweak Tool is a settings manager intended to be used with Ubuntu Unity.</property>
 
14
    <property name="website">https://launchpad.net/unity-tweak-tool</property>
 
15
    <property name="website_label" translatable="yes">Unity Tweak Tool on Launchpad</property>
 
16
    <property name="license" translatable="yes">GPL3</property>
 
17
    <property name="authors">J Phani Mahesh &lt;phanimahesh@gmail.com&gt;
 
18
Barneedhar (jokerdino) &lt;barneedhar@ubuntu.com&gt;
 
19
Amith KK &lt;amithkumaran@gmail.com&gt;
 
20
Georgi Karavasilev &lt;motorslav@gmail.com&gt;
 
21
Sam Tran &lt;samvtran@gmail.com&gt;
 
22
Sam Hewitt &lt;hewittsamuel@gmail.com&gt;
 
23
Angel Araya &lt;al.arayaq@gmail.com&gt; </property>
 
24
    <property name="documenters">Barneedhar (jokerdino) &lt;barneedhar@ubuntu.com&gt;</property>
 
25
    <property name="artists">Sam Hewitt &lt;hewittsamuel@gmail.com&gt;</property>
 
26
    <property name="logo">/usr/share/icons/hicolor/64x64/apps/unity-tweak-tool.png</property>
 
27
    <property name="license_type">gpl-3-0</property>
 
28
    <child internal-child="vbox">
 
29
      <object class="GtkBox" id="box_aboutdialog">
 
30
        <property name="can_focus">False</property>
 
31
        <property name="orientation">vertical</property>
 
32
        <property name="spacing">2</property>
 
33
        <child internal-child="action_area">
 
34
          <object class="GtkButtonBox" id="action_aboutdialog">
 
35
            <property name="can_focus">False</property>
 
36
            <property name="layout_style">end</property>
 
37
          </object>
 
38
          <packing>
 
39
            <property name="expand">False</property>
 
40
            <property name="fill">True</property>
 
41
            <property name="pack_type">end</property>
 
42
            <property name="position">0</property>
 
43
          </packing>
 
44
        </child>
 
45
      </object>
 
46
    </child>
 
47
  </object>
 
48
</interface>