jaehwan pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=207d958a11cb95a24de8de342dc30ec5f2ae3c1e

commit 207d958a11cb95a24de8de342dc30ec5f2ae3c1e
Author: Jaehwan Kim <[email protected]>
Date:   Fri May 27 13:46:10 2016 +0900

    main_window: change the name to Component Designer in case of tizen
---
 src/bin/ui/main_window.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/ui/main_window.c b/src/bin/ui/main_window.c
index 6f6dff1..acfa6c6 100644
--- a/src/bin/ui/main_window.c
+++ b/src/bin/ui/main_window.c
@@ -84,7 +84,11 @@ ui_main_window_add(void)
    evas_object_resize(ap.win, config->window.w, config->window.h);
    evas_object_move(ap.win, config->window.x, config->window.y);
 
+#ifdef HAVE_TIZEN
+   elm_win_title_set(ap.win, "Component Designer");
+#else
    elm_win_title_set(ap.win, "EFL Edje Theme Editor");
+#endif
 
    evas_object_smart_callback_add(ap.win, "delete,request", _close_request, 
NULL);
    evas_object_smart_callback_add(ap.win, SIGNAL_SHORTCUT_QUIT, 
_close_request, NULL);

-- 


Reply via email to