aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2005-02-16 13:33:15 +0800
committerHarry Lu <haip@src.gnome.org>2005-02-16 13:33:15 +0800
commitbc28593619fe980d753b87d87c9bab7c370d8829 (patch)
tree5de4175d2ae381b2110d664f350d7e4ee7eec21d /composer/e-msg-composer.c
parent593cd183ee41d578168cbcd09743c538866e8637 (diff)
downloadgsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.tar
gsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.tar.gz
gsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.tar.bz2
gsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.tar.lz
gsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.tar.xz
gsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.tar.zst
gsoc2013-evolution-bc28593619fe980d753b87d87c9bab7c370d8829.zip
Add a11y name for attachment button and bars
2005-02-16 Harry Lu <harry.lu@sun.com> Add a11y name for attachment button and bars * e-msg-composer-attachment-bar.c: (e_msg_composer_attachment_bar_new): * e-msg-composer.c: (create_composer): svn path=/trunk/; revision=28802
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r--composer/e-msg-composer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index f825542999..76483c76b6 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -3490,6 +3490,7 @@ create_composer (int visible_mask)
composer->attachment_expander = e_expander_new ("");
e_expander_set_label_widget (E_EXPANDER (composer->attachment_expander), expander_hbox);
+ atk_object_set_name (gtk_widget_get_accessible (composer->attachment_expander), _("Attachment Button: Press space key to toggle attachment bar"));
gtk_container_add (GTK_CONTAINER (composer->attachment_expander),
composer->attachment_scrolled_window);