summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2017-10-24 12:20:53 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2017-11-28 17:15:42 +0900
commit0f9b5d360c8e23e7362039f35c99232b2645f4e0 (patch)
tree24e6388c161500d3f5d41264fbd2a35e817a76ea
parent8d315ce7aad54c16ad0d7dd0b675846618209028 (diff)
downloadefl-0f9b5d360c8e23e7362039f35c99232b2645f4e0.tar.gz
test_popup: Fix Efl Ui Popup Anchor test title
-rw-r--r--src/bin/elementary/test_popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_popup.c b/src/bin/elementary/test_popup.c
index 960cbab8a8..1f85961f8a 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);