From 70096a0c184bf0c483585e20dddb32a6c9ab999f Mon Sep 17 00:00:00 2001 From: Chidambar Zinnoury Date: Sun, 2 Oct 2011 14:41:38 +0000 Subject: [PATCH] e: use same description as icon themes dialog. SVN revision: 63750 --- src/modules/conf_theme/e_int_config_xsettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_theme/e_int_config_xsettings.c b/src/modules/conf_theme/e_int_config_xsettings.c index 3a9264f..66eff6b 100644 --- a/src/modules/conf_theme/e_int_config_xsettings.c +++ b/src/modules/conf_theme/e_int_config_xsettings.c @@ -229,7 +229,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) /* e_widget_on_change_hook_set(ilist, _icon_theme_changed, cfdata); */ e_widget_list_object_append(o, ilist, 1, 1, 0.5); - ow = e_widget_check_add(evas, _("Use E17 icon theme for applications"), + ow = e_widget_check_add(evas, _("Use icon theme for applications"), &(cfdata->match_e17_icon_theme)); e_widget_list_object_append(o, ow, 0, 0, 0.0); -- 2.7.4