hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=d94890555d01d769f3eb628c2baa712c418f0033
commit d94890555d01d769f3eb628c2baa712c418f0033 Author: ChunEon Park <[email protected]> Date: Sat Aug 9 14:52:52 2014 +0900 template_code: rename template texts --- src/include/template_code.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/template_code.h b/src/include/template_code.h index c5ac93a..6d04e1e 100644 --- a/src/include/template_code.h +++ b/src/include/template_code.h @@ -126,7 +126,7 @@ const char *TEMPLATE_PART_TEXT[TEMPLATE_PART_TEXT_LINE_CNT] = " text {<br/>", " size: 10;<br/>", " font: \"Sans\";<br/>", - " text: \"Enventor\";<br/>", + " text: \"TEXT\";<br/>", " align: 0.5 0.5;<br/>", " min: 0 0;<br/>", " }<br/>", @@ -148,7 +148,7 @@ const char *TEMPLATE_PART_TEXTBLOCK[TEMPLATE_PART_TEXTBLOCK_LINE_CNT] = " visible: 1;<br/>", " text {<br/>", " style: \"XXX\";<br/>", - " text: \"Enventor\";<br/>", + " text: \"TEXTBLOCK\";<br/>", " align: 0.5 0.5;<br/>", " min: 0 0;<br/>", " }<br/>", --
