elm test_genlist.c: Fixed a typo.

SVN revision: 82755
This commit is contained in:
Daniel Juyung Seo 2013-01-14 12:01:25 +00:00
parent 724a97f6a1
commit 43f4d4c241
1 changed files with 1 additions and 1 deletions

View File

@ -2470,7 +2470,7 @@ Evas_Object *gl15_content_get(void *data, Evas_Object *obj, const char *part)
Testitem *tit = data;
char buf[PATH_MAX];
// "edit_default" EDC layout is like below. each part is swallow part.
// "edit" EDC layout is like below. each part is swallow part.
// the existing item is swllowed to elm.swallow.edit.content part.
// --------------------------------------------------------------------
// | elm.edit.icon.1 | elm.swallow.decorate.content | elm.edit.icon,2 |