From 936898894931f56dd58ad65a998b8d6922030863 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 16 Oct 2011 16:28:50 +0000 Subject: [PATCH] layouted is not a word!!!!!!! SVN revision: 64119 --- legacy/elementary/doc/index.doxy | 6 ++---- legacy/elementary/src/lib/Elementary.h.in | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/legacy/elementary/doc/index.doxy b/legacy/elementary/doc/index.doxy index 0f73202bc6..cb278c9732 100644 --- a/legacy/elementary/doc/index.doxy +++ b/legacy/elementary/doc/index.doxy @@ -28,8 +28,7 @@ * * The other two main groups in Elementary are: * @li @ref widgetslist - These are the widgets you'll compose your UI out of. - * @li @ref containerslist - These are the containers in which the widgets will - * be laid out. + * @li @ref containerslist - These are the containers which hold the widgets. * * Also see other generic EFL programming guides: * @li @ref threading @@ -249,8 +248,7 @@ * * The other two main groups in Elementary are: * @li @ref infralist - These are modules that deal with Elementary as a whole. - * @li @ref containerslist - These are the containers in which the widgets will be - * layouted. + * @li @ref containerslist - These are the containers which will hold the widgets. */ /** * @page containerslist Containers List diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index a64fff946f..bee36383fe 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -29,8 +29,7 @@ of flexibility. One can divide Elemementary into three main groups: @li @ref infralist - These are modules that deal with Elementary as a whole. @li @ref widgetslist - These are the widgets you'll compose your UI out of. -@li @ref containerslist - These are the containers in which the widgets will be - layouted. +@li @ref containerslist - These are the containers which hold the widgets. @section license License