summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorSanjeev BA <eflelev8@gmail.com>2012-03-07 12:57:13 +0000
committerSanjeev BA <iamsanjeev@gmail.com>2012-03-07 12:57:13 +0000
commit5ebb5acc67e5a495f01f5114ca405903c9caeace (patch)
treea9b5f35b1305577d5ef95308711d3556e55cfd18 /doc/examples.dox
parent92a7543ff874d56c3a45662e5083f46655353792 (diff)
downloadelementary-5ebb5acc67e5a495f01f5114ca405903c9caeace.tar.gz
Renaming ITEMS_SUBITEMS to ITEMS_TREE.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com> SVN revision: 68942
Diffstat (limited to 'doc/examples.dox')
-rw-r--r--doc/examples.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index 5963d0d1e..fcf139c7f 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -4977,7 +4977,7 @@
* However, if the @c item1 didn't have any child previously, we have to change
* it to a parent item now. It would be easy to just change its item class to
* the parent type, but there's no way to change the item flags and make it be
- * of the type #ELM_GENLIST_ITEM_SUBITEMS. Thus, we have to delete it and create
+ * of the type #ELM_GENLIST_ITEM_TREE. Thus, we have to delete it and create
* a new item, and add this new item to the same position that the deleted one
* was. That's the reason of the checks inside the bigger @c if.
*