[gnome-calculator] Set the accessible name on the mode chooser



commit d716d34c7cacc9b35048833a893fa07153d79561
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 31 17:43:00 2016 -0500

    Set the accessible name on the mode chooser
    
    The behave tests rely on this button to have the name 'Menu'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761378

 data/math-window.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/math-window.ui b/data/math-window.ui
index dc44234..4c879e4 100644
--- a/data/math-window.ui
+++ b/data/math-window.ui
@@ -100,6 +100,11 @@
             <property name="receives_default">True</property>
             <property name="relief">none</property>
             <property name="menu_model">window_menu</property>
+            <child internal-child="accessible">
+              <object class="AtkObject">
+                <property name="accessible-name" translatable="yes">Menu</property>
+              </object>
+            </child>
             <child>
               <object class="GtkGrid" id="grid1">
                 <property name="visible">True</property>


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