Color class dialog goes live.

There is an issue with setting shadow colors.
Perhaps someone more familiar with cc's can also have a look ?


SVN revision: 26471
This commit is contained in:
Christopher Michael 2006-10-10 10:42:34 +00:00
parent 24f35fdc0d
commit d8e85256d4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ e_configure_show(E_Container *con)
e_configure_standard_item_add(eco, "enlightenment/background", _("Wallpaper"), e_int_config_wallpaper);
e_configure_standard_item_add(eco, "enlightenment/themes", _("Theme"), e_int_config_theme);
e_configure_standard_item_add(eco, "enlightenment/fonts", _("Fonts"), e_int_config_fonts);
//e_configure_standard_item_add(eco, "enlightenment/themes", _("Colors"), e_int_config_color_classes);
e_configure_standard_item_add(eco, "enlightenment/themes", _("Colors"), e_int_config_color_classes);
e_configure_standard_item_add(eco, "enlightenment/icon_themes", _("Icon Theme"), e_int_config_icon_themes);
e_configure_standard_item_add(eco, "enlightenment/mouse", _("Mouse Cursor"), e_int_config_cursor);
e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Display"), e_int_config_window_display);