fix unicode conversion problem . Check in patch proposed by m_kato@ga2.so-net.ne.jp r=ftang

This commit is contained in:
ftang%netscape.com 2000-04-26 04:01:23 +00:00
Родитель 8aa1be0dea
Коммит 0ad62f297d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -128,7 +128,7 @@ NS_IMETHODIMP nsFilePicker::Show(PRInt16 *retval)
if (result == PR_TRUE) {
// I think it also needs a conversion here (to unicode since appending to nsString)
// but doing that generates garbage file name, weird.
mFile.AppendWithConversion(pathStr);
mFile.AppendWithConversion(fileBuffer);
}
}
}