fix powermanagement dialog border icon

SVN revision: 75198
This commit is contained in:
Mike Blumenkrantz 2012-08-13 09:32:17 +00:00
parent 5029b27458
commit 5916e80c33
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ e_int_config_powermanagement(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con, _("Power Management Settings"),
"E", "advanced/powermanagement",
"preferences-system-powermanagement", 0, v, NULL);
"preferences-system-power-management", 0, v, NULL);
return cfd;
}