From c75efd17d0c52242b18d8405e30ab9b9563a6c51 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Thu, 4 Nov 2010 11:57:05 +0000 Subject: [PATCH] [label] change some comments --- src/lib/elm_label.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_label.c b/src/lib/elm_label.c index adf8657..0e24699 100644 --- a/src/lib/elm_label.c +++ b/src/lib/elm_label.c @@ -902,7 +902,7 @@ elm_label_text_align_set(Evas_Object *obj, const char *alignmode) * @param r Red property background color of The label object * @param g Green property background color of The label object * @param b Blue property background color of The label object - * @param a Alpha property background alpha of The label object + * @param a Alpha property background color of The label object * * @ingroup Label */ @@ -937,7 +937,7 @@ elm_label_text_color_set(Evas_Object *obj, unsigned int r, unsigned int g, unsig * @param r Red property background color of The label object * @param g Green property background color of The label object * @param b Blue property background color of The label object - * @param a Alpha property background alpha of The label object + * @param a Alpha property background color of The label object * @ingroup Label */ EAPI void -- 2.7.4