hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=77b342d619d1b5ffea756d8b0e2bf3854445fc82

commit 77b342d619d1b5ffea756d8b0e2bf3854445fc82
Author: taehyub <taehyub....@samsung.com>
Date:   Tue Mar 22 11:01:07 2016 +0900

    template_code: remove the image's comment to look better
    
    Summary:
    improve the image's template code.
    when inserting image's template code,
    images block has redundant annotation.
    
    Test Plan:
    1. insert image's part using ctrl + t
    2. see the images part and check the difference with before
    
    Reviewers: Hermet, Jaehyun_Cho, NikaWhite
    
    Differential Revision: https://phab.enlightenment.org/D3814
---
 src/lib/template_code.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/template_code.h b/src/lib/template_code.h
index c2381b9..efa735d 100644
--- a/src/lib/template_code.h
+++ b/src/lib/template_code.h
@@ -165,11 +165,10 @@ const char *TEMPLATE_PROG[TEMPLATE_PROG_LINE_CNT] =
    "}"
 };
 
-#define TEMPLATE_IMG_LINE_CNT 2
+#define TEMPLATE_IMG_LINE_CNT 1
 
 const char *TEMPLATE_IMG[TEMPLATE_IMG_LINE_CNT] =
 {
-   "/* TODO: Please replace embedded image files to your application image 
files. */<br/>",
    "image: \"ENVENTOR_EMBEDDED_LOGO.png\" COMP;<br/>"
 };
 

-- 


Reply via email to