diff --git a/data/init/init.edc b/data/init/init.edc index cdf818578..cec3d5f4c 100644 --- a/data/init/init.edc +++ b/data/init/init.edc @@ -564,6 +564,7 @@ collections { size: TSIZE; min: 1 1; align: 0.5 0.5; + text_class: "init_title"; } } } @@ -590,6 +591,7 @@ collections { size: VSIZE; min: 1 1; align: 0.0 0.0; + text_class: "init_version"; } } } @@ -619,6 +621,7 @@ collections { size: SSIZE; min: 1 1; align: 0.5 0.5; + text_class: "init_text"; } } } @@ -646,6 +649,7 @@ collections { size: SSIZE; min: 1 1; align: 0.0 0.5; + text_class: "init_text"; } } } diff --git a/src/bin/e_int_config_fonts.c b/src/bin/e_int_config_fonts.c index fbc4ab1eb..736fe705c 100644 --- a/src/bin/e_int_config_fonts.c +++ b/src/bin/e_int_config_fonts.c @@ -52,6 +52,9 @@ const E_Text_Class_Pair text_class_predefined_names[ ] = { { "desklock_passwd", "Desklock Password"}, { "dialog_error", "Dialog Error"}, { "exebuf_command", "Exebuf Command"}, + { "init_title", "Splash Title"}, + { "init_text", "Splash Text"}, + { "init_version", "Splash Version"}, { NULL, "Widget"}, { "frame", "Frame"},