summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Native_File_Chooser_Zenity.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser_Zenity.cxx b/src/Fl_Native_File_Chooser_Zenity.cxx
index 0f7930121..3626d357e 100644
--- a/src/Fl_Native_File_Chooser_Zenity.cxx
+++ b/src/Fl_Native_File_Chooser_Zenity.cxx
@@ -48,7 +48,7 @@ char *Fl_Zenity_Native_File_Chooser_Driver::build_command() {
break;
case Fl_Native_File_Chooser::BROWSE_MULTI_FILE:
- option = "--file-selection --multiple";
+ option = "--file-selection --multiple --separator='\n'";
break;
default: