[gnome-control-center] bluetooth: Fix accessible labels for switches in bluetooth panel



commit 828e896e12a31427e6e56f855365bfca2ff151dc
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 13 01:18:55 2012 -0400

    bluetooth: Fix accessible labels for switches in bluetooth panel
    
    Setting mnemonic-widget on the labels makes orca read out meaningful
    text for the switches.
    https://bugzilla.gnome.org/show_bug.cgi?id=683703

 panels/bluetooth/bluetooth.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/bluetooth/bluetooth.ui b/panels/bluetooth/bluetooth.ui
index e398912..9ca4e13 100644
--- a/panels/bluetooth/bluetooth.ui
+++ b/panels/bluetooth/bluetooth.ui
@@ -596,6 +596,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
+                <property name="mnemonic-widget">switch_bluetooth</property>
                 <property name="label" translatable="yes" context="Power" comments="Translator: This string appears next to a toggle switch which controls enabling/disabling Bluetooth radio's on the device.">Bluetooth</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
@@ -642,6 +643,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">1</property>
+                <property name="mnemonic-widget">switch_discoverable</property>
                 <property name="label">Visibility of âBastien's computerâ</property>
               </object>
               <packing>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]