GNOME Bugzilla – Bug 271379
some trivial a11y related bugs
Last modified: 2005-01-28 07:52:35 UTC
There are several trivial a11y related bugs in gtkhtml html-editor. For instance, some buttons lack a11y names or access key, which made GOK/Gnopernicus user unpleasant. Please refer to the patch.
Created attachment 44582 [details] [review] Here is the patch.
*** bug 271664 has been marked as a duplicate of this bug. ***
According to maintainer's suggestion, Change the style AtkObject *a11y; a11y = gtk_widget_get_accessible (widget); atk_object_set_name (a11y, _(strings)); to : atk_object_set_name (gtk_widget_get_accessible (widget), _(string));
Created attachment 44676 [details] [review] Here is the new patch.
Patch committed into CVS Head. I will also notify the translators.