raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=322bbc8c032476dc4c49f7035c71f35549296569

commit 322bbc8c032476dc4c49f7035c71f35549296569
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Dec 27 10:24:59 2019 +0000

    ibar - change Setup button in config to Contents
---
 src/modules/ibar/e_mod_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/ibar/e_mod_config.c b/src/modules/ibar/e_mod_config.c
index 94ffc8ec1..1f9cd4516 100644
--- a/src/modules/ibar/e_mod_config.c
+++ b/src/modules/ibar/e_mod_config.c
@@ -115,7 +115,7 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, 
Evas *evas, E_Config_Dia
    e_widget_table_object_append(ot, ob, 0, 0, 1, 1, 1, 1, 1, 0);
    ob = e_widget_button_add(evas, _("Delete"), "list-remove", _cb_del, cfdata, 
NULL);
    e_widget_table_object_append(ot, ob, 0, 1, 1, 1, 1, 1, 1, 0);
-   ob = e_widget_button_add(evas, _("Setup"), "configure", _cb_config, cfdata, 
NULL);
+   ob = e_widget_button_add(evas, _("Contents"), "configure", _cb_config, 
cfdata, NULL);
    e_widget_table_object_append(ot, ob, 0, 2, 1, 1, 1, 1, 1, 0);
 
    if (!e_configure_registry_exists("applications/ibar_applications"))

-- 


Reply via email to