Use the same icon for mime edit that we use in the mime list.

SVN revision: 30258
This commit is contained in:
Christopher Michael 2007-06-05 17:42:36 +00:00
parent 06bee9effc
commit 98d9d1d9e2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ e_int_config_mime_edit(E_Config_Mime_Icon *data, void *data2)
v->basic.apply_cfdata = _basic_apply;
cfd = e_config_dialog_new(con, _("File Icon"), "E",
"_config_mime_edit_dialog", "enlightenment/e",
"_config_mime_edit_dialog", "enlightenment/file_icons",
0, v, cfdata);
return cfd;
}