[orca] Fix for bgo#591805 - Orca speaks the "restrict progress bar update to" label when the app preference



commit 17e914eaef71071a22a9e55ae04b0a6d0b8d18d3
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Fri Aug 14 11:33:26 2009 -0400

    Fix for bgo#591805 - Orca speaks the "restrict progress bar update to" label when the app preferences dialog loads

 src/orca/orca-setup.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/orca-setup.ui b/src/orca/orca-setup.ui
index 4c698e8..0ca7eef 100644
--- a/src/orca/orca-setup.ui
+++ b/src/orca/orca-setup.ui
@@ -1654,6 +1654,9 @@
                                       <object class="GtkLabel" id="progressBarVerbosityLabel">
                                         <property name="visible">True</property>
                                         <property name="label" translatable="yes" comments="Translators: Orca has a setting which determines which progress bar updates should be announced. The options are all progress bars, only progress bars in the active application, or only progress bars in the current window.">Restrict progress bar updates to:</property>
+                                        <accessibility>
+                                          <relation type="label-for" target="progressBarVerbosity"/>
+                                        </accessibility>
                                       </object>
                                       <packing>
                                         <property name="expand">False</property>



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