From 99a74fa6899d4f8062d35bcac01d84c97cf330eb Mon Sep 17 00:00:00 2001 From: Boby Wang Date: Tue, 20 Dec 2005 09:10:55 +0000 Subject: ** See bug 324319 Add the accessible name of arrow button, and the 2005-12-20 Boby Wang ** See bug 324319 * em-format-html-display.c: (efhd_add_bar): Add the accessible name of arrow button, and the attachment bar can be opened by gok. svn path=/trunk/; revision=30895 --- mail/em-format-html-display.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index e485631ee4..8bddc98a5e 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1977,6 +1977,7 @@ efhd_add_bar(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject *pobjec gtk_box_pack_start ((GtkBox *)hbox3, priv->forward, FALSE, FALSE, 0); gtk_box_pack_start ((GtkBox *)hbox3, priv->down, FALSE, FALSE, 0); priv->arrow = (GtkWidget *)gtk_tool_button_new(hbox3, NULL); + atk_object_set_name (gtk_widget_get_accessible (priv->arrow), _("Toggle Attachment Bar")); priv->label = gtk_label_new(_("No Attachment")); save = gtk_button_new(); -- cgit v1.2.3