From 0298e4dfad5ab0f1c5b63273fae328bc3b664240 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 11 May 2001 04:03:54 +0000 Subject: [PATCH] fix for #80195. center the create profile dialog. fix by stephend. 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 dc9c49c4b1e7..738622658694 100644 --- a/profile/resources/content/profileManager.js +++ b/profile/resources/content/profileManager.js @@ -33,7 +33,7 @@ var set = null; function CreateProfileWizard() { // Need to call CreateNewProfile xuls - window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'chrome,modal=yes,titlebar=yes'); + window.openDialog('chrome://communicator/content/profile/createProfileWizard.xul', 'CPW', 'centerscreen,chrome,modal=yes,titlebar=yes'); } // update the display to show the additional profile