fix text class problems

SVN revision: 25170
This commit is contained in:
Carsten Haitzler 2006-08-28 05:34:28 +00:00
parent b21893a072
commit 7f2b813bb5
2 changed files with 2 additions and 1 deletions

View File

@ -531,7 +531,7 @@ group {
size: 10;
min: 1 1;
align: 0.5 0.5;
text_class: "e.dragable.slider";
text_class: "slider";
}
}
}

View File

@ -57,6 +57,7 @@ const E_Text_Class_Pair text_class_predefined_names[ ] = {
{ "init_version", N_("Splash Version")},
{ NULL, N_("Widget")},
{ "entry", N_("Entry")},
{ "frame", N_("Frame")},
{ "label", N_("Label")},
{ "button", N_("Buttons")},