[Elm] Fix wrong info on focus test.

SVN revision: 69570
This commit is contained in:
Gustavo Lima Chaves 2012-03-22 19:25:40 +00:00
parent bb5d9f35ff
commit 36ebfc9972
1 changed files with 1 additions and 4 deletions

View File

@ -90,10 +90,7 @@ test_focus(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
{
Evas_Object *lb = elm_label_add(win);
elm_object_text_set(lb,
"<b>Use Tab, Shift+Tab, and<br/>"
"Arrow Keys</b>"
);
elm_object_text_set(lb, "<b>Use Tab or Shift+Tab</b>");
evas_object_size_hint_weight_set(lb, 0.0, 0.0);
evas_object_size_hint_align_set(lb, EVAS_HINT_FILL,
EVAS_HINT_FILL);