Icons for config entries.

SVN revision: 47045
This commit is contained in:
Christopher Michael 2010-03-08 18:15:09 +00:00
parent 0774699683
commit 058aa8cbd6
1 changed files with 3 additions and 3 deletions

View File

@ -90,13 +90,13 @@ e_mod_illume_config_init(void)
/* add config items to category */
e_configure_registry_generic_item_add("illume/policy", 0, _("Policy"),
NULL, "enlightenment/policy",
NULL, "preferences-profiles",
e_mod_illume_config_policy_show);
e_configure_registry_generic_item_add("illume/animation", 0, _("Animation"),
NULL, "enlightenment/animation",
NULL, "preferences-transitions",
e_mod_illume_config_animation_show);
e_configure_registry_generic_item_add("illume/windows", 0, _("Windows"),
NULL, "enlightenment/windows",
NULL, "preferences-winlist",
e_mod_illume_config_windows_show);
return 1;