[Tizen] make same as LineWrap mode for TextLabel and TextEditor 77/147077/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 1 Sep 2017 01:27:45 +0000 (10:27 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 1 Sep 2017 01:27:52 +0000 (10:27 +0900)
Change-Id: I064dbd0a60307ea3d4e3aef2ac7257f248e16b64

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

old mode 100644 (file)
new mode 100755 (executable)
index d089d97..97cdb82
@@ -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] );