[Calendar][Accessibility]Fix for bug 339138
Boby Wang <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Organization | SCERI |
| Message-ID | <1145535909.28405.5.camel@sweeper> |
Hi,
I have attached a patch for bug 339138. You can view the detail of
it in URL http://bugzilla.gnome.org/show_bug.cgi?id=339138
--
Boby Wang <[email protected]>
SCERI
_______________________________________________
Evolution-patches mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-patches
20060420-name.diff
(text/x-patch, 1 KB)
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v retrieving revision 1.404 diff -u -r1.404 ChangeLog --- ChangeLog 10 Apr 2006 09:19:22 -0000 1.404 +++ ChangeLog 20 Apr 2006 09:49:00 -0000 @@ -1,3 +1,9 @@ +2006-04-20 Boby Wang <[email protected]> + ** Fixes bug #339138 + + * e-calendar.c: (e_calendar_init): + Correct the button's accessible name. + 2006-03-28 Li Yuan <[email protected]> **Fixes bug #335618 Index: e-calendar.c =================================================================== RCS file: /cvs/gnome/evolution/widgets/misc/e-calendar.c,v retrieving revision 1.28 diff -u -r1.28 e-calendar.c --- e-calendar.c 10 Feb 2006 22:28:38 -0000 1.28 +++ e-calendar.c 20 Apr 2006 09:49:01 -0000 @@ -198,7 +198,7 @@ "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;