From c98c099d95012aba51be0e5bcdb7c98e47e12de7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 14 Jan 2007 16:48:20 +0000 Subject: [PATCH] Just some doxy fixes to make the sentence sound sane. SVN revision: 27968 --- src/bin/e_confirm_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_confirm_dialog.h b/src/bin/e_confirm_dialog.h index 48a6b6c89..c05b6c27d 100644 --- a/src/bin/e_confirm_dialog.h +++ b/src/bin/e_confirm_dialog.h @@ -13,8 +13,8 @@ * @text - the text show in the dialog * @button_text - "yes" button text * @button2_text - "no" button text - * func - the function is called if yes is pressed - * func2 - the function is called if no is pressed + * func - the function to call if yes is pressed + * func2 - the function to call if no is pressed * data - the pointer passed to func * data2 - the pointer passed to func2 */