hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=9caad87f12cc75df607c1bc27fcf78c25119c46f

commit 9caad87f12cc75df607c1bc27fcf78c25119c46f
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Apr 1 16:42:28 2016 +0900

    add missing images part in a group template code.
    
    @fix
---
 src/lib/template_code.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/template_code.h b/src/lib/template_code.h
index efa735d..c0f1a7b 100644
--- a/src/lib/template_code.h
+++ b/src/lib/template_code.h
@@ -1,7 +1,11 @@
-#define TEMPLATE_GROUP_LINE_CNT 26
+#define TEMPLATE_GROUP_LINE_CNT 30
 
 const char *TEMPLATE_GROUP[TEMPLATE_GROUP_LINE_CNT] =
 {
+   "   /* TODO: Please replace embedded image files to your application image 
files. */<br/>",
+   "   images {<br/>",
+   "      image: \"ENVENTOR_EMBEDDED_LOGO.png\" COMP;<br/>",
+   "   }<br/>",
    "   parts {<br/>",
    "      image { \"XXX\";<br/>",
    "         scale: 1;<br/>",

-- 


Reply via email to