Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" 65/147065/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 1 Sep 2017 01:15:59 +0000 (10:15 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 1 Sep 2017 01:16:02 +0000 (10:16 +0900)
This reverts commit 71848a74e946736eed351f8c03c22831c66d7884.

Change-Id: I9982f0e467104338ea9a4838fe4e84841c52c79d

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[] =
 {
 
 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] );
 
 };
 const unsigned int LINE_WRAP_MODE_STRING_TABLE_COUNT = sizeof( LINE_WRAP_MODE_STRING_TABLE ) / sizeof( LINE_WRAP_MODE_STRING_TABLE[0] );