Fix 'rename profile' to bring up the right file.

This commit is contained in:
waterson%netscape.com 1999-09-03 20:36:04 +00:00
parent fc8d70d300
commit b4d0e01ffa

View File

@ -216,7 +216,7 @@ function openRename()
if (migrate == "true")
dump("Migrate the profile before renaming it.\n");
else
var win = window.openDialog('pmRename.xul', 'Renamer', 'chrome');
var win = window.openDialog('pmrename.xul', 'Renamer', 'chrome');
}
}