I'm not really sure about the context where you are using this icons,
but seems that the correct name should be "document-close", not
"window-close"
... of course if you are closing documents and not the window :)

2016-05-21 11:13 GMT+02:00 Andy Williams <a...@andywilliams.me>:

> ajwillia-ms pushed a commit to branch master.
>
>
> http://git.enlightenment.org/tools/edi.git/commit/?id=1e66902a9c50e09460003b4226fbd07b503e5f2c
>
> commit 1e66902a9c50e09460003b4226fbd07b503e5f2c
> Author: Andy Williams <a...@andywilliams.me>
> Date:   Sat May 21 10:12:58 2016 +0100
>
>     ui: Fix icon naming to standard
>
>     Also tidy toolbar strings a little
> ---
>  src/bin/edi_main.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c
> index cbbc5f7..251a21e 100644
> --- a/src/bin/edi_main.c
> +++ b/src/bin/edi_main.c
> @@ -835,8 +835,8 @@ _edi_menu_setup(Evas_Object *win)
>     elm_menu_item_add(menu, menu_it, "document-new", "New ...",
> _edi_menu_new_cb, NULL);
>     elm_menu_item_add(menu, menu_it, "document-save", "Save",
> _edi_menu_save_cb, NULL);
>     elm_menu_item_add(menu, menu_it, "window-new", "New window",
> _edi_menu_open_window_cb, NULL);
> -   elm_menu_item_add(menu, menu_it, "stock_close", "Close",
> _edi_menu_close_cb, NULL);
> -   elm_menu_item_add(menu, menu_it, "stock_close", "Close all",
> _edi_menu_closeall_cb, NULL);
> +   elm_menu_item_add(menu, menu_it, "window-close", "Close",
> _edi_menu_close_cb, NULL);
> +   elm_menu_item_add(menu, menu_it, "window-close", "Close all",
> _edi_menu_closeall_cb, NULL);
>     elm_menu_item_separator_add(menu, menu_it);
>     elm_menu_item_add(menu, menu_it, "preferences-desktop", "Settings",
> _edi_menu_settings_cb, NULL);
>     elm_menu_item_separator_add(menu, menu_it);
> @@ -889,7 +889,7 @@ edi_toolbar_setup(Evas_Object *win)
>
>     tb_it = elm_toolbar_item_append(tb, "document-new", "New File",
> _tb_new_cb, NULL);
>     tb_it = elm_toolbar_item_append(tb, "document-save", "Save",
> _tb_save_cb, NULL);
> -   tb_it = elm_toolbar_item_append(tb, "stock_close", "Close",
> _tb_close_cb, NULL);
> +   tb_it = elm_toolbar_item_append(tb, "window-close", "Close",
> _tb_close_cb, NULL);
>
>     tb_it = elm_toolbar_item_append(tb, "separator", "", NULL, NULL);
>     elm_toolbar_item_separator_set(tb_it, EINA_TRUE);
> @@ -903,7 +903,7 @@ edi_toolbar_setup(Evas_Object *win)
>     tb_it = elm_toolbar_item_append(tb, "separator", "", NULL, NULL);
>     elm_toolbar_item_separator_set(tb_it, EINA_TRUE);
>
> -   tb_it = elm_toolbar_item_append(tb, "edit-find-replace", "Find &
> Replace", _tb_search_cb, NULL);
> +   tb_it = elm_toolbar_item_append(tb, "edit-find-replace", "Find...",
> _tb_search_cb, NULL);
>     tb_it = elm_toolbar_item_append(tb, "go-jump", "Goto Line",
> _tb_goto_cb, NULL);
>
>     tb_it = elm_toolbar_item_append(tb, "separator", "", NULL, NULL);
>
> --
>
>
>
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to