From 79b5de57c4f94b236fa6457e17f810f1ef46008b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 23 Jun 2006 07:20:24 +0000 Subject: [PATCH] Changed Delete Shelf dialog icon to be the E logo, not the exit icon. SVN revision: 23554 --- src/bin/e_shelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index 5040ef8e8..399369a74 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -803,7 +803,7 @@ _e_shelf_cb_confirm_dialog_yes(void *data) static void _e_shelf_cb_menu_delete(void *data, E_Menu *m, E_Menu_Item *mi) { - e_confirm_dialog_show(_("Are you sure you want to delete this shelf?"), "enlightenment/exit", + e_confirm_dialog_show(_("Are you sure you want to delete this shelf?"), "enlightenment/e", _("You requested to delete this shelf.
" "
" "Are you sure you want to delete it?"), NULL, NULL,