mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix bad URL in last checkin
This commit is contained in:
parent
92437acb81
commit
e4da0f4eff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user