elm test_genlist.c: Fixed a typo.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 14 Jan 2013 12:01:25 +0000 (12:01 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 14 Jan 2013 12:01:25 +0000 (12:01 +0000)
SVN revision: 82755

src/bin/test_genlist.c

index 46ee839..90ec7a9 100644 (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 |