syscon settings now uses shutdown icon instead of no icon

SVN revision: 75205
This commit is contained in:
Mike Blumenkrantz 2012-08-13 10:26:41 +00:00
parent c21e0ca906
commit 15bd052693
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ e_int_config_syscon(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con, _("Syscon Settings"),
"E", "windows/conf_syscon",
"preferences-syscon", 0, v, NULL);
"system-shutdown", 0, v, NULL);
return cfd;
}

View File

@ -34,7 +34,7 @@ e_modapi_init(E_Module *m)
maug = e_int_menus_menu_augmentation_add_sorted
("main/8", _("System"), _e_mod_menu_add, NULL, NULL, NULL);
e_configure_registry_category_add("advanced", 80, _("Advanced"), NULL, "preferences-advanced");
e_configure_registry_item_add("advanced/syscon", 10, _("Syscon"), NULL, "preferences-syscon", e_int_config_syscon);
e_configure_registry_item_add("advanced/syscon", 10, _("Syscon"), NULL, "system-shutdown", e_int_config_syscon);
e_syscon_gadget_init(m);
e_module_delayed_set(m, 1);
return m;