mirror of
https://github.com/lutris/lutris.git
synced 2026-06-23 05:10:33 -04:00
44 lines
2.2 KiB
XML
44 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkAboutDialog" id="about_dialog">
|
|
<property name="can_focus">False</property>
|
|
<property name="border_width">5</property>
|
|
<property name="title" translatable="yes">About Lutris</property>
|
|
<property name="window_position">center-on-parent</property>
|
|
<property name="destroy_with_parent">True</property>
|
|
<property name="icon">../media/lutris.svg</property>
|
|
<property name="icon_name">lutris</property>
|
|
<property name="type_hint">dialog</property>
|
|
<property name="skip_taskbar_hint">True</property>
|
|
<property name="skip_pager_hint">True</property>
|
|
<property name="program_name">Lutris</property>
|
|
<property name="version">0.3.5</property>
|
|
<property name="copyright" translatable="yes">© 2010, 2014 Mathieu Comandon</property>
|
|
<property name="comments" translatable="yes">Open Source Gaming Platform</property>
|
|
<property name="website">http://lutris.net</property>
|
|
<property name="website_label" translatable="yes">http://lutris.net</property>
|
|
<property name="license" translatable="yes">This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
</property>
|
|
<property name="authors">Mathieu Comandon <strider@strycore. com>
|
|
Xodetaetl <dev@xod.me></property>
|
|
<property name="artists">Ludovic Soulié <contact@ludal.net></property>
|
|
<property name="logo">../media/lutris.svg</property>
|
|
<property name="wrap_license">True</property>
|
|
<property name="license_type">gpl-3-0</property>
|
|
<signal name="close" handler="on_close" swapped="no"/>
|
|
<signal name="response" handler="on_close" swapped="no"/>
|
|
</object>
|
|
</interface>
|