зеркало из https://github.com/mozilla/gecko-dev.git
fix unicode conversion problem . Check in patch proposed by m_kato@ga2.so-net.ne.jp r=ftang
This commit is contained in:
Родитель
8aa1be0dea
Коммит
0ad62f297d
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче