X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fexample-code%2Fproperty-example.cpp;h=388385d1ce1bcf55a18cf2f10548b3e1a334e98c;hb=26e308db77c286ccd0be0e7627b6cebfa2f9cb67;hp=e0f40e65919d6774920499d29a8bac5f01c0e4db;hpb=cd7d41bc8e0a0816da28401207091344fbbe0b2c;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";