rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=90e861a1fe8634c2494a33ee72af4a916f95b98a
commit 90e861a1fe8634c2494a33ee72af4a916f95b98a Author: Vyacheslav Reutskiy <[email protected]> Date: Wed Oct 28 11:17:38 2015 +0200 popup: delete hack for rename fileselector button Change-Id: I18cdeed4a22cdcc3028e9739b51805ca5ee11e67 --- src/bin/ui/popup.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c index c6215b8..a6f4ad6 100644 --- a/src/bin/ui/popup.c +++ b/src/bin/ui/popup.c @@ -235,8 +235,6 @@ _fileselector_helper(const char *title, evas_object_smart_callback_add(fs, "activated", _done, NULL); /* small hack, hide not necessary button */ evas_object_hide(elm_layout_content_unset(fs, "elm.swallow.cancel")); - /* one more hack, set text our text to button 'ok' */ - elm_object_text_set(elm_layout_content_get(fs, "elm.swallow.ok"), _("Open")); evas_object_size_hint_min_set(helper, FS_W, FS_H); evas_object_resize(helper, FS_W, FS_H); --
