2010-11-24 14:57:40 -06:00
<?xml version="1.0" encoding="UTF-8"?>
2007-02-15 14:35:37 -06:00
<glade-interface>
2009-09-23 09:45:44 -05:00
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy toplevel-contextual -->
2008-10-31 09:18:55 -05:00
<widget class="GtkAboutDialog" id="vmm-about">
<property name="visible">True</property>
<property name="destroy_with_parent">True</property>
2009-09-23 09:45:44 -05:00
<property name="type_hint">dialog</property>
2008-10-31 09:18:55 -05:00
<property name="program_name">Virtual Machine Manager</property>
2010-11-23 17:50:25 -06:00
<property name="copyright" translatable="yes">Copyright (C) 2006-2010 Red Hat Inc.</property>
2008-10-31 09:18:55 -05:00
<property name="comments" translatable="yes">Powered by libvirt</property>
2009-11-10 11:45:00 -06:00
<property name="website">http://virt-manager.org/</property>
<property name="website_label">http://virt-manager.org/</property>
2008-10-31 09:18:55 -05:00
<property name="license"> This program is free software; you can redistribute it and/or modify
2007-02-15 14:35:37 -06:00
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 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, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</property>
2008-10-31 09:18:55 -05:00
<property name="authors">Daniel P. Berrange <berrange@redhat.com>
2007-02-15 14:35:37 -06:00
Hugh O. Brock <hbrock@redhat.com>
2010-11-24 14:57:40 -06:00
Máirín Duffy <duffy@redhat.com>
2007-02-15 14:35:37 -06:00
Jeremy Katz <katzj@redhat.com>
2009-03-09 16:02:58 -05:00
Cole Robinson <crobinso@redhat.com>
2007-02-15 14:35:37 -06:00
</property>
2008-10-31 09:18:55 -05:00
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
2010-11-24 14:57:40 -06:00
<property name="artists">Máirín Duffy <duffy@redhat.com>
2009-03-09 16:02:58 -05:00
Mike Langlie <mlanglie@redhat.com>
Jeremy Perry <jeperry@redhat.com>
</property>
2008-10-31 09:18:55 -05:00
<signal name="response" handler="on_vmm_about_response"/>
2009-09-23 09:45:44 -05:00
<signal name="delete_event" handler="on_vmm_about_delete_event"/>
2008-10-31 09:18:55 -05:00
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<child internal-child="action_area">
2009-09-23 09:45:44 -05:00
<widget class="GtkHButtonBox" id="dialog-action_area1"/>
2008-10-31 09:18:55 -05:00
<packing>
<property name="expand">False</property>
2009-09-23 09:45:44 -05:00
<property name="pack_type">end</property>
<property name="position">0</property>
2008-10-31 09:18:55 -05:00
</packing>
</child>
</widget>
</child>
</widget>
2007-02-15 14:35:37 -06:00
</glade-interface>