use correct members to get url string; bug 120344, r=cmanske, sr=kin

This commit is contained in:
brade%netscape.com 2002-01-16 20:15:57 +00:00
Родитель a9eaecd703
Коммит 25b7dfff54
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -327,7 +327,7 @@ var nsOpenCommand =
*/
if (fp.file && fp.file.path.length > 0) {
SaveFilePickerDirectory(fp, "html");
EditorOpenUrl(fp.file.URL);
EditorOpenUrl(fp.fileURL.spec);
}
}
};