test_genlist: Fixed typo in the check button.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 7 Sep 2014 13:06:47 +0000 (22:06 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 7 Sep 2014 13:06:47 +0000 (22:06 +0900)
src/bin/test_genlist.c

index 686120f323729235f7e26f263c63b5dfeb83ac9e..73bb1a4f2a3ccd166898a917fb2de1fd6d3ec0b2 100644 (file)
@@ -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);