From e4da0f4effe4c7f3257bd82b8fbe48c5530a777c Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Thu, 20 Apr 2000 00:10:50 +0000 Subject: [PATCH] fix bad URL in last checkin --- profile/resources/content/createProfileWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/resources/content/createProfileWizard.js b/profile/resources/content/createProfileWizard.js index d43a1a769803..296167f5ba6f 100644 --- a/profile/resources/content/createProfileWizard.js +++ b/profile/resources/content/createProfileWizard.js @@ -47,7 +47,7 @@ function Startup( startPage, frame_id ) // instantiate the Wizard Manager wizardManager = new WizardManager( frame_id, null, null, wizardMap ); - wizardManager.URL_PagePrefix = "chrome://communicator/content/profile/profile.xul"; + wizardManager.URL_PagePrefix = "chrome://communicator/content/profile/"; wizardManager.URL_PagePostfix = ".xul"; // set the button handler functions