give new folder window a name, and make sure it's modal

This commit is contained in:
alecf%netscape.com 1999-09-15 05:16:00 +00:00
parent 5a704023d2
commit 4bdea3de3e

View File

@ -355,8 +355,8 @@ function MsgRenameFolder()
{
var dialog = window.openDialog(
"chrome://messenger/content/newFolderNameDialog.xul",
"",
"chrome",
"newFolder",
"chrome,modal",
{title:"Rename Folder",
okCallback:RenameFolder});
}