X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fobject-impl.cpp;h=5e68a6ed1945971a0ad8125605dd628a71d9f685;hb=41e9a0ad46f71f270f69e75a08098f5105275cd3;hp=7bf745ddfadecbd5ed3278988d52d85f3af9c2aa;hpb=b62d421d8d185a896f26b13688e4feff831ffbd2;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/object-impl.cpp b/dali/internal/event/common/object-impl.cpp index 7bf745d..5e68a6e 100644 --- a/dali/internal/event/common/object-impl.cpp +++ b/dali/internal/event/common/object-impl.cpp @@ -1073,7 +1073,7 @@ Property::Index Object::RegisterSceneGraphProperty(const std::string& name, Prop case Property::EXTENTS: case Property::NONE: { - DALI_ASSERT_ALWAYS( !"PropertyType is not animatable" ); + DALI_ASSERT_ALWAYS( !"Property type is not animatable" ); break; } }