From b81e8de3ffb7ed6b927d55a1de27c7a7d37b8be7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Sep 2013 10:21:36 -0400 Subject: [PATCH] Make filechooser test pass --- gtk/tests/filechooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/tests/filechooser.c b/gtk/tests/filechooser.c index 7db7ce59f6..48aef937a5 100644 --- a/gtk/tests/filechooser.c +++ b/gtk/tests/filechooser.c @@ -873,7 +873,7 @@ test_file_chooser_button_combo_box_1 (void) other_index = num_items - 1; item_a = atk_object_ref_accessible_child (menu_a, other_index); - g_assert_cmpstr (atk_object_get_name (item_a), ==, "Other…"); /* FIXME: how do we translate this? */ + g_assert_cmpstr (atk_object_get_name (item_a), ==, "Other..."); /* FIXME: how do we translate this? */ /* Activate the item */