diff src/gtkprivacy.c @ 8137:4971193f761d

[gaim-migrate @ 8842] The easy parts of Marc Mulcahy accessibility patch. Basically set a label for a lot of widgets so screen readers and stuff have something useful to read. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Jan 2004 03:51:40 +0000
parents fa6395637e2c
children f347c8d25cf5
line wrap: on
line diff
--- a/src/gtkprivacy.c	Sat Jan 17 22:02:14 2004 +0000
+++ b/src/gtkprivacy.c	Sun Jan 18 03:51:40 2004 +0000
@@ -404,6 +404,7 @@
 												check_account_func, dialog);
 	gtk_box_pack_start(GTK_BOX(hbox), dropdown, FALSE, FALSE, 0);
 	gtk_widget_show(dropdown);
+	gaim_set_accessible_label (dropdown, label);
 
 	/* Add the drop-down list with the allow/block types. */
 	dialog->type_menu = gtk_option_menu_new();