提交 3733278a 编写于 作者: R rupashka

6977587: GTK L&F: jnlp: java.io.IOException thrown when choosing more than 1 file in the dialog

Reviewed-by: alexp
上级 4da5e8d6
......@@ -174,8 +174,11 @@ class GTKFileChooserUI extends SynthFileChooserUI {
// construct the resulting string
for (int i=0; i<len; i++) {
if (i > 0) {
buf.append(" ");
}
if (len > 1) {
buf.append(" \"");
buf.append("\"");
}
buf.append(result.get(i));
if (len > 1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册