SVN revision: 63740
This commit is contained in:
Chidambar Zinnoury 2011-10-01 13:00:43 +00:00
parent acdc8da722
commit e0b2e9d189
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ e_int_config_xsettings(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con, _("Application Theme Settings"),
"E", "appearance/xsettings",
"preferences-dekstop-theme", 0, v, NULL);
"preferences-desktop-theme", 0, v, NULL);
return cfd;
}