Bug 64733 - Profile Mgr "Delete/Dont Delete Files" dialog not centered. r=timeless, sr=sspitzer

This commit is contained in:
ccarlen%netscape.com 2001-04-09 13:49:06 +00:00
parent de8643e889
commit 754cff3879

View File

@ -137,7 +137,7 @@ function ConfirmDelete()
return;
}
var win = window.openDialog('chrome://communicator/content/profile/deleteProfile.xul', 'Deleter', 'chrome,modal=yes,titlebar=yes');
var win = window.openDialog('chrome://communicator/content/profile/deleteProfile.xul', 'Deleter', 'chrome,centerscreen,modal=yes,titlebar=yes');
return win;
}