From 62f630e67c59ff3b8b008331ebff1255729d05b2 Mon Sep 17 00:00:00 2001 From: titan Date: Sat, 19 Feb 2011 20:53:16 +0000 Subject: [PATCH] Fix title SVN revision: 57174 --- src/bin/ephoto_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 33ce5a7..b612318 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -13,8 +13,8 @@ ephoto_window_add(void) ephoto->win = elm_win_add(NULL, "ephoto", ELM_WIN_BASIC); if (!ephoto->win) return NULL; - evas_object_resize(ephoto->win, 600, 400); - ephoto_title_set("Ephoto - Picture Enlightenment"); + evas_object_resize(ephoto->win, 600, 480); + ephoto_title_set("Ephoto"); evas_object_smart_callback_add (ephoto->win, "delete,request", _ephoto_window_del, NULL); evas_object_show(ephoto->win);