[4.0] make same as LineWrap mode for TextLabel and TextEditor 55/153355/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 05:32:44 +0000 (14:32 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 05:32:45 +0000 (14:32 +0900)
This reverts commit 7a11d9254ec5c13f3af432a27dda2a497c7ba3a4.

Change-Id: I6365fbeb2aff58c15dfd382d5c1aea0c519f0755

dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 77005c0..61aaba6
@@ -79,8 +79,8 @@ const unsigned int HORIZONTAL_ALIGNMENT_STRING_TABLE_COUNT = sizeof( HORIZONTAL_
 
 const Scripting::StringEnum LINE_WRAP_MODE_STRING_TABLE[] =
 {
-  { "WORD",      Toolkit::Text::Layout::LineWrap::WORD      },
-  { "CHARACTER", Toolkit::Text::Layout::LineWrap::CHARACTER }
+  { "WRAP_MODE_WORD",      Toolkit::Text::Layout::LineWrap::WORD      },
+  { "WRAP_MODE_CHARACTER", Toolkit::Text::Layout::LineWrap::CHARACTER }
 };
 const unsigned int LINE_WRAP_MODE_STRING_TABLE_COUNT = sizeof( LINE_WRAP_MODE_STRING_TABLE ) / sizeof( LINE_WRAP_MODE_STRING_TABLE[0] );