From 161a2e4e65e9f23053862ce1b13b72a8255a69e5 Mon Sep 17 00:00:00 2001 From: jcwong Date: Tue, 18 Oct 2005 05:44:38 +0000 Subject: [PATCH] fix -profile-del SVN revision: 17647 --- src/bin/e_ipc_handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index dbfb935b5..fa814bcf9 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -6456,7 +6456,7 @@ break; /****************************************************************************/ #define HDL E_IPC_OP_PROFILE_DEL #if (TYPE == E_REMOTE_OPTIONS) - OP("-profile-add", 1, "Delete profile named OPT1", 0, HDL) + OP("-profile-del", 1, "Delete profile named OPT1", 0, HDL) #elif (TYPE == E_REMOTE_OUT) REQ_STRING(params[0], HDL); #elif (TYPE == E_WM_IN)