diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-26 15:40:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-26 15:44:54 +0000 |
commit | b28715862b3e8e6e739ffbbdec515d05e3a1d9ad (patch) | |
tree | e57d44ce711707651bf308df55732775f7127744 /sfx2/uiconfig/ui | |
parent | 2b951c2e2fb70e796f836115f1718bf4884b06eb (diff) |
add accessibility names to .ui
Change-Id: I3453e3c66de730e60843d655e094b7c3247fad1b
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/newstyle.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui index 4c8de549b23a..c846d073560c 100644 --- a/sfx2/uiconfig/ui/newstyle.ui +++ b/sfx2/uiconfig/ui/newstyle.ui @@ -83,6 +83,11 @@ <property name="id_column">1</property> <property name="dropdown">False</property> <property name="max_width_chars">60</property> + <child internal-child="accessible"> + <object class="AtkObject" id="stylename-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes">Style name</property> + </object> + </child> <child internal-child="entry"> <object class="GtkEntry" id="comboboxtext-entry"> <property name="can_focus">False</property> |