Make Dialogs have its own icon.

SVN revision: 38734
This commit is contained in:
toma 2009-01-23 13:16:45 +00:00 committed by toma
parent 870fdd5796
commit 91a9bfca79
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ e_int_config_dialogs(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con,
_("Dialog Settings"),
"E", "_config_config_dialog_dialog",
"enlightenment/configuration", 0, v, NULL);
"enlightenment/dialogs", 0, v, NULL);
return cfd;
}