Change the toolkit attribute from gail to gtk

Update test results to match.
This commit is contained in:
Matthias Clasen
2011-07-02 18:44:12 -04:00
parent eb81d45024
commit b61043dcfa
29 changed files with 234 additions and 234 deletions

View File

@ -543,7 +543,7 @@ gtk_widget_accessible_get_attributes (AtkObject *obj)
toolkit = g_new (AtkAttribute, 1);
toolkit->name = g_strdup ("toolkit");
toolkit->value = g_strdup ("gail");
toolkit->value = g_strdup ("gtk");
attributes = g_slist_append (NULL, toolkit);