Give app editor a matching icon for editing applications.

SVN revision: 26898
This commit is contained in:
Christopher Michael 2006-11-01 14:08:58 +00:00
parent b483ed8f70
commit 200f299b0a
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ e_eap_edit_show(E_Container *con, E_App *a)
editor->cfd = e_config_dialog_new(con,
_("Application Editor"),
"E", "_eap_editor_dialog",
NULL, 0, v, editor);
"enlightenment/applications", 0,
v, editor);
return editor;
}