When going through the add-hardware or create wizard there is a access key collision in the network setup. This addresses the access key collision by changing the label for Setting the mac address to use _a rather than _f. Thanks -- _|- | _ _ _\|_()|<(/__\ .----------------------------------. ( astokes@xxxxxxxxxx || 919.754.4187 ) `----------------------------------'
diff -r 6815a5f94048 src/vmm-add-hardware.glade --- a/src/vmm-add-hardware.glade Thu Jul 31 16:02:39 2008 -0400 +++ b/src/vmm-add-hardware.glade Mon Aug 04 10:17:41 2008 -0400 @@ -965,7 +965,7 @@ <widget class="GtkCheckButton" id="mac-address"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Set _fixed MAC address for this NIC?</property> + <property name="label" translatable="yes">Set fixed MAC _address for this NIC?</property> <property name="use_underline">True</property> <property name="response_id">0</property> <property name="draw_indicator">True</property> diff -r 6815a5f94048 src/vmm-create.glade --- a/src/vmm-create.glade Thu Jul 31 16:02:39 2008 -0400 +++ b/src/vmm-create.glade Mon Aug 04 10:17:41 2008 -0400 @@ -3873,7 +3873,7 @@ <widget class="GtkCheckButton" id="mac-address"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Set _fixed MAC address for your virtual system?</property> + <property name="label" translatable="yes">Set fixed MAC _address for your virtual system?</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property>
_______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools