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

git-svn-id: svn://10.0.0.236/trunk@45915 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-09-03 20:36:04 +00:00
parent a24a663e44
commit d4788436e3

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');
}
}