Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" 58/143958/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Aug 2017 06:15:24 +0000 (15:15 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Aug 2017 06:15:29 +0000 (15:15 +0900)
This reverts commit 9a12979b7316a1383cea1f1250b09d7f8b98ffab.

Change-Id: I29406a46d6c5fab366e3525069ef84a0f6e329e6

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

old mode 100755 (executable)
new mode 100644 (file)
index 97cdb82..d089d97
@@ -79,8 +79,8 @@ const unsigned int HORIZONTAL_ALIGNMENT_STRING_TABLE_COUNT = sizeof( HORIZONTAL_
 
 const Scripting::StringEnum LINE_WRAP_MODE_STRING_TABLE[] =
 {
-  { "WRAP_MODE_WORD",      Toolkit::Text::Layout::LineWrap::WORD      },
-  { "WRAP_MODE_CHARACTER", Toolkit::Text::Layout::LineWrap::CHARACTER }
+  { "WORD",      Toolkit::Text::Layout::LineWrap::WORD      },
+  { "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] );