From bdbc28702bc4f747c6fac4c3dbaf8afb2ecefa38 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 7 Sep 2014 22:06:47 +0900 Subject: [PATCH] test_genlist: Fixed typo in the check button. --- src/bin/test_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c index 686120f..73bb1a4 100644 --- a/src/bin/test_genlist.c +++ b/src/bin/test_genlist.c @@ -4391,7 +4391,7 @@ _test_genlist_focus_option_panel_create(Evas_Object *win, Evas_Object *bx, evas_object_show(chk); chk = elm_check_add(bx_opt); - elm_object_text_set(chk, "Item Looping Enalbe"); + elm_object_text_set(chk, "Item Looping Enable"); evas_object_size_hint_weight_set(chk, EVAS_HINT_EXPAND, 0.0); evas_object_smart_callback_add(chk, "changed", _gl_focus_item_loop_enable_changed_cb, gl); -- 2.7.4