[virt-tools-list] [virt-manager PATCH 2/3] panic-notifier: add missing mnemonic in addhardware UI
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Tue Oct 21 07:24:21 UTC 2014
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
ui/addhardware.ui | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/ui/addhardware.ui b/ui/addhardware.ui
index 7e9304d..883a098 100644
--- a/ui/addhardware.ui
+++ b/ui/addhardware.ui
@@ -1732,12 +1732,13 @@
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>
<child>
- <object class="GtkLabel" id="label14">
+ <object class="GtkLabel" id="panic-type-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Address _Type:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">panic-type</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -1755,12 +1756,13 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label16">
+ <object class="GtkLabel" id="panic-iobase-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_IO Base:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">panic-iobase</property>
</object>
<packing>
<property name="left_attach">0</property>
--
1.9.3
More information about the virt-tools-list
mailing list