mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix app name in 'About' screen (Mike MacCana)
This commit is contained in:
parent
37e5d8c0c6
commit
a9e1cbae6d
1
AUTHORS
1
AUTHORS
@ -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...>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user