From d9fccf58602904ce01e5e725a604e2f360a876c9 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Tue, 25 Jul 2017 22:46:58 +0100 Subject: [PATCH] filepanel: Add proper icon for "open in new pane". Reviewers: ajwillia.ms Reviewed By: ajwillia.ms Differential Revision: https://phab.enlightenment.org/D5041 --- src/bin/edi_filepanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_filepanel.c b/src/bin/edi_filepanel.c index 46bd171..d928c75 100644 --- a/src/bin/edi_filepanel.c +++ b/src/bin/edi_filepanel.c @@ -249,7 +249,7 @@ _item_menu_create(Evas_Object *win, Edi_Dir_Data *sd) _item_menu_filetype_create(menu, menu_it, "code", _item_menu_open_as_code_cb, sd); _item_menu_filetype_create(menu, menu_it, "image", _item_menu_open_as_image_cb, sd); - menu_it = elm_menu_item_add(menu, NULL, NULL, "open in new panel", _item_menu_open_panel_cb, sd); + menu_it = elm_menu_item_add(menu, NULL, "object-flip-horizontal", "open in new panel", _item_menu_open_panel_cb, sd); if (edi_scm_enabled()) {