rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=95d406c64f8589832ccdf7bcc35c6977411c65f4

commit 95d406c64f8589832ccdf7bcc35c6977411c65f4
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Nov 9 16:00:01 2015 +0200

    workspace: set text to zoom button
    
    Change-Id: I7f5efbeb74472671345c76e5faa6fc6147fb9674
---
 src/bin/ui/workspace/workspace.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/workspace/workspace.c b/src/bin/ui/workspace/workspace.c
index 5d836ae..c22362b 100644
--- a/src/bin/ui/workspace/workspace.c
+++ b/src/bin/ui/workspace/workspace.c
@@ -962,6 +962,7 @@ _zoom_part_add(Evas_Object *parent)
    evas_object_show(button_resize);
 
    button_zoom = elm_button_add(parent);
+   elm_object_text_set(button_zoom, N_("100%"));
    elm_box_pack_end(parent, button_zoom);
    evas_object_show(button_zoom);
 

-- 


Reply via email to