diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 37ebcd753e..28a6388109 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2005-01-17 Hao Sheng <hao.sheng@sun.com> + + * gui/contact-editor/contact-editor.glade: + add the a11y name for arrow-button named "Telephone". + 2005-01-12 JP Rosevear <jpr@novell.com> Fixes #61973 diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index b372df2f31..27df10c7fc 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -1317,6 +1317,9 @@ <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NONE</property> <property name="focus_on_click">True</property> + <accessibility> + <atkproperty name="AtkObject::accessible_name" translatable="yes">Telephone</atkproperty> + </accessibility> <child> <widget class="GtkArrow" id="arrow-phone-expand"> |