elm test_toggle.c: Updated texts in the toggle.

Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 69195
This commit is contained in:
Daniel Juyung Seo 2012-03-11 15:25:41 +00:00 committed by Daniel Juyung Seo
parent 971d9e98a3
commit cb8c60d07c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ test_toggle(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
tg = elm_check_add(win);
elm_object_style_set(tg, "toggle");
elm_object_text_set(tg, "Icon no scale");
elm_object_text_set(tg, "Disabled check");
elm_object_part_content_set(tg, "icon", ic);
elm_object_disabled_set(tg, EINA_TRUE);
elm_box_pack_end(bx, tg);