elementary: fix typos.

SVN revision: 65643
This commit is contained in:
Cedric BAIL 2011-11-28 10:21:55 +00:00
parent 7cfc36bb00
commit 6f093511f2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ EAPI_MAIN int
elm_main(int argc, char **argv)
{
Evas_Object *win, *bg, *menu, *button, *rect;
Elm_Object_Item *meu_it;
Elm_Object_Item *menu_it;
win = elm_win_add(NULL, "menu", ELM_WIN_BASIC);
elm_win_title_set(win, "Menu");