** Fixes bug #339138
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:
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user