translatable configuration title patch

SVN revision: 33931
This commit is contained in:
Carsten Haitzler 2008-03-05 05:39:55 +00:00
parent 0ea28e8081
commit 1ae409e642
2 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,7 @@ group {
}
}
part {
name: "title";
name: "e.text.title";
type: TEXT;
effect: SOFT_SHADOW;
mouse_events: 0;
@ -88,7 +88,7 @@ group {
color3: 0 0 0 32;
color_class: "configure_title";
text {
text: "Enlightenment Configuration";
text: "EC";
font: "Sans:style=Bold,Edje-Vera-Bold";
size: 16;
min: 1 1;

View File

@ -129,6 +129,8 @@ e_configure_show(E_Container *con)
eco->edje = edje_object_add(eco->evas);
e_theme_edje_object_set(eco->edje, "base/theme/configure",
"e/widgets/configure/main");
edje_object_part_text_set(eco->edje, "e.text.title",
_("Enlightenment Configuration"));
eco->o_list = e_widget_list_add(eco->evas, 1, 1);
edje_object_part_swallow(eco->edje, "e.swallow.content", eco->o_list);