[Tizen] make same as LineWrap mode for TextLabel and TextEditor 86/143986/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Aug 2017 06:42:27 +0000 (15:42 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Aug 2017 06:42:35 +0000 (15:42 +0900)
This reverts commit 1878680adbe287bea67ba00914b3c39151ac23c5.

Change-Id: If09207600281536c2fcb4d0c591356cfbf1bfe83

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] );