seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=70ad8225cd9a355cd0c5d61f0c2c729612b4bf02

commit 70ad8225cd9a355cd0c5d61f0c2c729612b4bf02
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Wed Aug 13 22:02:18 2014 +0900

    gui: linebreak for the about message.
---
 src/bin/gui.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/gui.c b/src/bin/gui.c
index d93fe0a..0a3ff48 100644
--- a/src/bin/gui.c
+++ b/src/bin/gui.c
@@ -311,7 +311,8 @@ _toolbar_about_cb(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED,
    elm_object_part_text_set(o, "title,text", "About");
    elm_object_text_set(o, "Elm Theme Viewer v0.1 "
                        "@copyright 2012-2014. "
-                       "Elm Theme Viewer team leaded by Daniel Juyung Seo.");
+                       "Elm Theme Viewer team leaded <br>"
+                       "by Daniel Juyung Seo.");
    btn = elm_button_add(o);
    elm_object_text_set(btn, "Close");
    evas_object_smart_callback_add(btn, "clicked",

-- 


Reply via email to