[evolution-patches] [Calendar][Accessibility]Fix for bug 339138
- From: Boby Wang <Boby Wang Sun COM>
- To: evolution-patches <evolution-patches gnome org>
- Subject: [evolution-patches] [Calendar][Accessibility]Fix for bug 339138
- Date: Thu, 20 Apr 2006 20:25:09 +0800
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 <boby wang sun com>
SCERI
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 <boby wang sun com>
+ ** Fixes bug #339138
+
+ * e-calendar.c: (e_calendar_init):
+ Correct the button's accessible name.
+
2006-03-28 Li Yuan <li yuan sun com>
**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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]