[Tizen] make same as LineWrap mode for TextLabel and TextEditor 39/143439/1 accepted/tizen/unified/20170810.172403 submit/tizen/20170810.040905
authordongsug.song <dongsug.song@samsung.com>
Thu, 10 Aug 2017 02:29:57 +0000 (11:29 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Thu, 10 Aug 2017 02:29:57 +0000 (11:29 +0900)
Change-Id: I14fc2118aed5bf51d6a17de997f7eb492456fbcf
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
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] );