Bug 84828 - "advance to next unread" dialog has message as dialog title, r+sr=neil

This commit is contained in:
Phil Ringnalda 2008-11-07 21:51:54 -08:00
Родитель 934b3e911a
Коммит 09d2e411bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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, {}))
{