fix bad URL in last checkin

This commit is contained in:
danm%netscape.com 2000-04-20 00:10:50 +00:00
parent 92437acb81
commit e4da0f4eff

View File

@ -47,7 +47,7 @@ function Startup( startPage, frame_id )
// instantiate the Wizard Manager // instantiate the Wizard Manager
wizardManager = new WizardManager( frame_id, null, null, wizardMap ); 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"; wizardManager.URL_PagePostfix = ".xul";
// set the button handler functions // set the button handler functions