This commit is contained in:
Lana Steuck 2011-06-04 17:32:21 -07:00
commit 80b1670cde

View File

@ -174,6 +174,9 @@ 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("\"");
}