Add accessible names for port entry fields. Fixes more of bug #126714.
2004-03-05 Padraig O'Briain <padraig.obriain@sun.com> * gnome-network-preferences.glade: Add accessible names for port entry fields. Fixes more of bug #126714.
This commit is contained in:
parent
2468ddb0f7
commit
16ee6540d9
2 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-05 Padraig O'Briain <padraig.obriain@sun.com>
|
||||
|
||||
* gnome-network-preferences.glade: Add accessible names for port
|
||||
entry fields. Fixes more of bug #126714.
|
||||
|
||||
2004-02-13 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.5.3
|
||||
|
|
|
@ -442,6 +442,9 @@
|
|||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">HTTP proxy port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
@ -463,6 +466,9 @@
|
|||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">Secure HTTP proxy port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
@ -484,6 +490,9 @@
|
|||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">FTP proxy port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
@ -505,6 +514,9 @@
|
|||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
<accessibility>
|
||||
<atkproperty name="AtkObject::accessible_name" translatable="no">Socks host port</atkproperty>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue