react to keypress instead?

SVN revision: 72571
This commit is contained in:
Carsten Haitzler 2012-06-21 07:55:00 +00:00
parent 26a88cd2dd
commit 1db5d17a96
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
o = elm_check_add(opbox);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
elm_object_text_set(o, "Animate on key press");
elm_object_text_set(o, "React to key press");
elm_check_state_set(o, config->flicker_on_key);
elm_box_pack_end(opbox, o);
evas_object_show(o);