X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fexample-code%2Fproperty-example.cpp;h=388385d1ce1bcf55a18cf2f10548b3e1a334e98c;hb=bf55f2a930b7fb89786b58a511cde6e987154034;hp=e0f40e65919d6774920499d29a8bac5f01c0e4db;hpb=47877a348028967d02e77c3b86fe2707bbc7d940;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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";