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
Родитель b195b5fe19
Коммит 94cf48ce2b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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