Minor fixy for frame title.

SVN revision: 20278
This commit is contained in:
Christopher Michael 2006-02-04 20:05:26 +00:00
parent 787c9bc438
commit ab7753efcb
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
e_widget_ilist_go(il);
e_widget_min_size_set(il, 180, 40);
e_widget_table_object_append(o, il, 0, 0, 1, 2, 1, 1, 1, 1);
fr = e_widget_framelist_add(evas, "Preview", 0);
fr = e_widget_framelist_add(evas, _("Preview"), 0);
if (im == NULL)
{
snprintf(fulltheme, sizeof(fulltheme), PACKAGE_DATA_DIR"/data/themes/default.edj");