Fix app name in 'About' screen (Mike MacCana)

This commit is contained in:
Cole Robinson 2008-06-06 12:26:17 -04:00
parent 37e5d8c0c6
commit a9e1cbae6d
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ Further patches have been submitted by:
Paul Batkowski <pbatkowski-at-redhat-dot-com>
S. Çağlar Onur <caglar-at-pardus-dot-org-dot-tr>
Claes Strom <cs-at-clabbe-dot-com>
Mike MacCana <mmaccana-at-au1-dot-ibm-dot-com>
<...send a patch & get your name here...>

View File

@ -6,7 +6,7 @@
<widget class="GtkAboutDialog" id="vmm-about">
<property name="visible">True</property>
<property name="destroy_with_parent">True</property>
<property name="name" translatable="yes">Virtual Machine Manager</property>
<property name="program-name" translatable="yes">Virtual Machine Manager</property>
<property name="copyright" translatable="yes">Copyright (C) 2006 Red Hat Inc.</property>
<property name="comments" translatable="yes">Powered by libvirt</property>
<property name="license"> This program is free software; you can redistribute it and/or modify