From d2cd2d1d1de364733d52440a2e991307a729f544 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 30 Jan 2006 02:49:09 +0000 Subject: [PATCH] space-- SVN revision: 20108 --- src/bin/e_int_config_cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_cursor.c b/src/bin/e_int_config_cursor.c index d8a99fd3c..c92720d19 100644 --- a/src/bin/e_int_config_cursor.c +++ b/src/bin/e_int_config_cursor.c @@ -93,7 +93,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf o = e_widget_list_add(evas, 0, 0); of = e_widget_framelist_add(evas, _("Cursor Settings"), 0); - ob = e_widget_check_add(evas, _("Use E Cursor"), &(cfdata->use_e_cursor)); + ob = e_widget_check_add(evas, _("Use E Cursor"), &(cfdata->use_e_cursor)); e_widget_framelist_object_append(of, ob); e_widget_list_object_append(o, of, 1, 1, 0.5);