add a11y name to url. add a11y name to date completed. add a11y names to
2005-02-03 Li Yuan <li.yuan@sun.com> * gui/dialogs/task-details-page.c: (get_widgets): add a11y name to url. * gui/dialogs/task-details-page.glade: add a11y name to date completed. * gui/dialogs/task-page.glade: add a11y names to due date and start date. svn path=/trunk/; revision=28687
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
2005-02-03 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
* gui/dialogs/task-details-page.c: (get_widgets):
|
||||
add a11y name to url.
|
||||
* gui/dialogs/task-details-page.glade:
|
||||
add a11y name to date completed.
|
||||
* gui/dialogs/task-page.glade:
|
||||
add a11y names to due date and start date.
|
||||
|
||||
2005-02-03 Vivek Jain <jvivek@novell.com>
|
||||
|
||||
* calendar-errors.xml : added a warning message for invalid server
|
||||
|
||||
@ -519,6 +519,7 @@ get_widgets (TaskDetailsPage *tdpage)
|
||||
priv->url_entry = GW ("url_entry");
|
||||
gtk_widget_show (priv->url_entry);
|
||||
priv->url = e_url_entry_get_entry (E_URL_ENTRY (priv->url_entry));
|
||||
atk_object_set_name (gtk_widget_get_accessible (priv->url), _("Web Page"));
|
||||
|
||||
#undef GW
|
||||
|
||||
|
||||
@ -316,6 +316,9 @@
|
||||
<property name="int1">0</property>
|
||||
<property name="int2">0</property>
|
||||
<property name="last_modification_time">Fri, 01 Jun 2001 18:58:51 GMT</property>
|
||||
<accessibility>
|
||||
<atkrelation target="date_completed_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
||||
@ -489,6 +489,9 @@
|
||||
<property name="int1">0</property>
|
||||
<property name="int2">0</property>
|
||||
<property name="last_modification_time">Mon, 14 Jun 2004 18:16:07 GMT</property>
|
||||
<accessibility>
|
||||
<atkrelation target="due-date-label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
@ -504,9 +507,6 @@
|
||||
<property name="int1">0</property>
|
||||
<property name="int2">0</property>
|
||||
<property name="last_modification_time">Tue, 19 Jun 2001 04:43:54 GMT</property>
|
||||
<accessibility>
|
||||
<atkrelation target="due-date-label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
@ -538,6 +538,9 @@
|
||||
<property name="int1">0</property>
|
||||
<property name="int2">0</property>
|
||||
<property name="last_modification_time">Mon, 14 Jun 2004 18:16:13 GMT</property>
|
||||
<accessibility>
|
||||
<atkrelation target="start-date-label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
@ -553,9 +556,6 @@
|
||||
<property name="int1">0</property>
|
||||
<property name="int2">0</property>
|
||||
<property name="last_modification_time">Tue, 19 Jun 2001 04:43:46 GMT</property>
|
||||
<accessibility>
|
||||
<atkrelation target="start-date-label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
||||
Reference in New Issue
Block a user