Fix bubble test window title

SVN revision: 54810
This commit is contained in:
Bruno Dilly 2010-11-22 18:57:51 +00:00
parent 9ddd01aa31
commit ddf7900931
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ test_bubble(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
char buf[PATH_MAX];
win = elm_win_add(NULL, "box-vert", ELM_WIN_BASIC);
elm_win_title_set(win, "Box Vert");
elm_win_title_set(win, "Bubble");
elm_win_autodel_set(win, 1);
bg = elm_bg_add(win);