Give app editor a matching icon for editing applications.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 1 Nov 2006 14:08:58 +0000 (14:08 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 1 Nov 2006 14:08:58 +0000 (14:08 +0000)
SVN revision: 26898

src/bin/e_eap_editor.c

index 64ad61d..a2e1c5e 100644 (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;
 }