From bf92dfb943b2f07c73dad698b0adbd954ba168f9 Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Fri, 8 Jun 2012 01:35:05 +0000 Subject: [PATCH] Change the comment. SVN revision: 71826 --- legacy/elementary/src/lib/elm_toolbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_toolbar.h b/legacy/elementary/src/lib/elm_toolbar.h index 9d6a983f65..19ab9fa874 100644 --- a/legacy/elementary/src/lib/elm_toolbar.h +++ b/legacy/elementary/src/lib/elm_toolbar.h @@ -875,8 +875,8 @@ EAPI unsigned int elm_toolbar_items_count(const Evas_Object *obj * @param obj The toolbar object * @param priority The standard_priority of visible items * - * When it is the ELM_TOOLBAR_SHRINK_EXPAND mode, the items are shown only up to standard priority. - * The other items are located in more panel. The more panel can be shown when the more item is clicked. + * If the priority of the item is up to standard priority, it is shown in basic panel. + * The other items are located in more menu or panel. The more menu or panel can be shown when the more item is clicked. * * @see elm_toolbar_standard_priority_get() *