Correct the documentation for how to set accessible names

The example in the GtkWidget docs was referring to a nonexisting
AtkObject::name property. The correct property name is
accessible-name.
This commit is contained in:
Matthias Clasen 2013-02-10 15:40:27 -05:00
parent fbb1ee02bc
commit 2379445c1d

View File

@ -274,7 +274,7 @@
* </accessibility>
* <child internal-child="accessible">
* <object class="AtkObject" id="a11y-button1">
* <property name="AtkObject::name">Clickable Button</property>
* <property name="accessible-name">Clickable Button</property>
* </object>
* </child>
* </object>