[gnome-boxes] libvirt-machine-props: Mnemonics for editable text props
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine-props: Mnemonics for editable text props
- Date: Fri, 7 Aug 2015 14:23:47 +0000 (UTC)
commit 9d4a2c5f5de9b5638f2866150468d04c8fc6c66b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Aug 7 13:34:27 2015 +0100
libvirt-machine-props: Mnemonics for editable text props
Add mnemonics to editable string properties.
https://bugzilla.gnome.org/show_bug.cgi?id=731971
src/libvirt-machine-properties.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index a9669d7..ffd7d47 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -115,7 +115,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
switch (page) {
case PropertiesPage.GENERAL:
- var property = add_editable_string_property (ref list, _("Name"), machine.name);
+ var property = add_editable_string_property (ref list, _("_Name"), machine.name);
property.changed.connect ((property, name) => {
machine.name = name;
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]