2006-04-27  Boby Wang <boby.wang@sun.com>

        ** Fixes bug #339138

        * e-calendar.c: (e_calendar_init):
        Correct the button's accessible name.

svn path=/trunk/; revision=31916
This commit is contained in:
Boby Wang
2006-04-27 09:47:01 +00:00
committed by Li Yuan
parent 3aeecfe00f
commit dace8f4623
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2006-04-27 Boby Wang <boby.wang@sun.com>
** Fixes bug #339138
* e-calendar.c: (e_calendar_init):
Correct the button's accessible name.
2006-04-27 Boby Wang <boby.wang@sun.com>
** Fixes bug #332821

View File

@ -198,7 +198,7 @@ e_calendar_init (ECalendar *cal)
"widget", button,
NULL);
a11y = gtk_widget_get_accessible (button);
atk_object_set_name (a11y, _("Previous"));
atk_object_set_name (a11y, _("Next"));
cal->min_rows = 1;
cal->min_cols = 1;