mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
Fix 'rename profile' to bring up the right file.
This commit is contained in:
parent
fc8d70d300
commit
b4d0e01ffa
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user