X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fexample-code%2Fproperty-example.cpp;h=388385d1ce1bcf55a18cf2f10548b3e1a334e98c;hp=e0f40e65919d6774920499d29a8bac5f01c0e4db;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=e7799b0ec7b39e083bbb99eebd896e2aa1c2f358 diff --git a/docs/content/example-code/property-example.cpp b/docs/content/example-code/property-example.cpp index e0f40e6..388385d 100644 --- a/docs/content/example-code/property-example.cpp +++ b/docs/content/example-code/property-example.cpp @@ -25,7 +25,7 @@ namespace { // The name we will use to register our custom property by. -const char* const TAG_PROPERTY_NAME = "tag-identifier"; +const char* const TAG_PROPERTY_NAME = "tagIdentifier"; const char* const PUSHBUTTON_PRESS_IMAGE = DALI_IMAGE_DIR "button-down.9.png"; const char* const PUSHBUTTON_BUTTON_IMAGE = DALI_IMAGE_DIR "button-up.9.png";