elementary/example - removed white spaces, renamed the window title from thread example 1 - > 6

SVN revision: 63840
This commit is contained in:
ChunEon Park 2011-10-05 11:34:11 +00:00
parent 37866acb06
commit ea709ce5fa
1 changed files with 13 additions and 13 deletions

View File

@ -122,8 +122,8 @@ elm_main(int argc, char **argv)
Evas_Object *o, *bg;
int i;
win = elm_win_add(NULL, "efl-thread-1", ELM_WIN_BASIC);
elm_win_title_set(win, "EFL Thread 1");
win = elm_win_add(NULL, "efl-thread-6", ELM_WIN_BASIC);
elm_win_title_set(win, "EFL Thread 6");
evas_object_resize(win, 400, 400);
evas_object_show(win);