From 09d2e411bde6659c5cfd08b697e27e4a408487c8 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Fri, 7 Nov 2008 21:51:54 -0800 Subject: [PATCH] Bug 84828 - "advance to next unread" dialog has message as dialog title, r+sr=neil --- mailnews/base/resources/content/msgViewNavigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/resources/content/msgViewNavigation.js b/mailnews/base/resources/content/msgViewNavigation.js index 2993e77360..063f5d9cde 100644 --- a/mailnews/base/resources/content/msgViewNavigation.js +++ b/mailnews/base/resources/content/msgViewNavigation.js @@ -237,7 +237,7 @@ function CrossFolderNavigation(type) var promptText = gMessengerBundle.getFormattedString("advanceNextPrompt", [ folder.name ], 1); var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"] .getService(Components.interfaces.nsIPromptService); - if (!promptService.confirmEx(window, promptText, promptText, + if (!promptService.confirmEx(window, null, promptText, promptService.STD_YES_NO_BUTTONS, null, null, null, null, {})) {