From b304e46e61d65dadfa02367dc63e89992892043c Mon Sep 17 00:00:00 2001 From: "ccarlen%netscape.com" Date: Thu, 17 May 2001 21:13:35 +0000 Subject: [PATCH] Bug 76001 - Correct some incorrect comments. r=danm, sr=alecf --- .../windowwatcher/public/nsIPromptService.idl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/embedding/components/windowwatcher/public/nsIPromptService.idl b/embedding/components/windowwatcher/public/nsIPromptService.idl index ce2b46dd6e51..efb1610ba15a 100644 --- a/embedding/components/windowwatcher/public/nsIPromptService.idl +++ b/embedding/components/windowwatcher/public/nsIPromptService.idl @@ -136,8 +136,8 @@ interface nsIPromptService : nsISupports * out: If result is true, a newly allocated * string. If result is false, in string is not * touched. - * @param checkMsg if null, will use default title - "Remember Value" - * @param checkValue if null, check box will not be shown + * @param checkMsg if null, check box will not be shown + * @param checkValue * @return true for OK, false for Cancel */ boolean prompt(in nsIDOMWindow parent, @@ -160,8 +160,8 @@ interface nsIPromptService : nsISupports * out: If result is true, a newly allocated * string. If result is false, in string is not * touched. - * @param checkMsg if null, will use default title - "Remember Name and Password" - * @param checkValue if null, check box will not be shown + * @param checkMsg if null, check box will not be shown + * @param checkValue * @return true for OK, false for Cancel */ boolean promptUsernameAndPassword(in nsIDOMWindow parent, @@ -181,8 +181,8 @@ interface nsIPromptService : nsISupports * out: If result is true, a newly allocated * string. If result is false, in string is not * touched. - * @param checkMsg if null, will use default title - "Remember Password" - * @param checkValue if null, check box will not be shown + * @param checkMsg if null, check box will not be shown + * @param checkValue * @return true for OK, false for Cancel */ boolean promptPassword(in nsIDOMWindow parent,