Files
piper/data/aboutDialog.ui.in
Jente Hidskes 33afa03f14 Application: a Gtk.Application subclass
A Gtk.Application subclass to handle the application's initialization
and integration with the GNOME stack. It implements the do_startup and
do_activate methods and is responsible for the application's menus,
icons, title and lifetime.
2017-07-04 15:53:05 +10:00

44 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface domain="piper">
<requires lib="gtk+" version="3.4"/>
<object class="GtkAboutDialog" id="about_dialog">
<property name="can_focus">False</property>
<property name="modal">True</property>
<property name="type_hint">normal</property>
<property name="program_name">Piper</property>
<property name="version">@version@</property>
<property name="copyright" translatable="yes">Copyright © 2017 Piper Developers</property>
<property name="website">@url@</property>
<property name="website_label" translatable="yes">Visit Piper's website</property>
<property name="authors">Maintainers:
Jente Hidskes &lt;hjdskes@gmail.com&gt;
Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Contributors:
Dan Callaghan &lt;djc@djc.id.au&gt;
</property>
<property name="artists">Peter Hutterer &lt;peter.hutterer@who-t.net&gt;</property>
<property name="logo_icon_name">org.freedesktop.Piper</property>
<property name="license_type">gpl-2-0</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can_focus">False</property>
<child internal-child="action_area">
<object class="GtkButtonBox">
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>