VMM: Bad app name in about screen caused by deprecated property used in line 9 of vmm-about.glade
Mike MacCana wrote:
> Minor bug in the VMM 0.5.3 - about screen doesn't show proper name of
> app. Fix is:
>
> <property name="name" translatable="yes">Virtual Machine
> Manager</property>
>
> should read
>
>  <property name="program-name" translatable="yes">Virtual Machine
> Manager</property>
>
> As 'name' is deprecated.
>
> Cheers,
>
> Mike
>
Sorry this took so long :/ Committed upstream now: