From: Jiyoun Park Date: Mon, 25 Jul 2011 04:30:05 +0000 (+0900) Subject: Elementary h.in- modify ubnormal letter X-Git-Tag: REL_F_I9200_20110729_1~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12e9060c11a3d6bef01f343e0cbc56dc258880ed;p=framework%2Fuifw%2Felementary.git Elementary h.in- modify ubnormal letter Change-Id: Iae0bdb06bb074802e9fc734b840b8f6656e72413 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index a988dd8..6a10e08 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -739,7 +739,7 @@ extern "C" { * object and all its children get their scaling factors multiplied * by the scale factor set. This is multiplicative, in that if a * child also has a scale size set it is in turn multiplied by its - * parent's scale size. @c 1.0 means ?œdon't scale?? @c 2.0 is + * parent's scale size. @c 1.0 means “don't scale”, @c 2.0 is * double size, @c 0.5 is half, etc. * * @ref general_functions_example_page "This" example contemplates