add a11y name to Certificates Table Fixes #73914
2005-03-30 Li Yuan <li.yuan@sun.com> * gui/smime-ui.glade: add a11y name to Certificates Table Fixes #73914 svn path=/trunk/; revision=29126
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2005-03-30 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
* gui/smime-ui.glade:
|
||||
add a11y name to Certificates Table
|
||||
Fixes #73914
|
||||
|
||||
2005-02-21 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
** See bug #68592
|
||||
|
||||
@ -1174,6 +1174,9 @@
|
||||
<property name="rules_hint">False</property>
|
||||
<property name="reorderable">False</property>
|
||||
<property name="enable_search">True</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="yes">Certificates Table</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
@ -1459,6 +1462,9 @@
|
||||
<property name="rules_hint">False</property>
|
||||
<property name="reorderable">False</property>
|
||||
<property name="enable_search">True</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="yes">Certificates Table</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user