From 754cff3879dd22504bde524359ac98ac0931c15e Mon Sep 17 00:00:00 2001 From: "ccarlen%netscape.com" Date: Mon, 9 Apr 2001 13:49:06 +0000 Subject: [PATCH] Bug 64733 - Profile Mgr "Delete/Dont Delete Files" dialog not centered. r=timeless, sr=sspitzer --- profile/resources/content/profileManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/resources/content/profileManager.js b/profile/resources/content/profileManager.js index 67cac292143a..82902e9e8f27 100644 --- a/profile/resources/content/profileManager.js +++ b/profile/resources/content/profileManager.js @@ -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; }