From 432bd3fc61c4459375c3b42181264c4374885e41 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 dc9c49c4b1e..73862265869 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