From 0f9b5d360c8e23e7362039f35c99232b2645f4e0 Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Tue, 24 Oct 2017 12:20:53 +0900 Subject: [PATCH] test_popup: Fix Efl Ui Popup Anchor test title --- src/bin/elementary/test_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/elementary/test_popup.c b/src/bin/elementary/test_popup.c index 960cbab..1f85961 100644 --- a/src/bin/elementary/test_popup.c +++ b/src/bin/elementary/test_popup.c @@ -1243,7 +1243,7 @@ test_efl_ui_popup_anchor(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, v Evas_Object *win, *layout, *tbl, *btn; char buf[PATH_MAX]; - win = elm_win_util_standard_add("Efl UI AnchorPopup", "Efl UI AnchorPopup"); + win = elm_win_util_standard_add("Efl UI Popup Anchor", "Efl UI Popup Anchor"); elm_win_autodel_set(win, EINA_TRUE); evas_object_resize(win, 500, 500); -- 2.7.4