DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2768
Version: 1.3.0


I noticed a small inconsistency in the display of file filters for the
Fl_Native_File_Chooser class. For example, a filter like

const char* szflt = "Text files\t*.txt\n"; 

would show up on windows as

Text files

but on Mac as 

Text files (*.txt)

I like the Mac version better so I was wondering if it could be possible
to standardize this format across all platforms.

Also, I'm not sure if this is a fltk bug or a Mac bug, but omitting the \n
on the last filter seems to crash the application on Mac. 

Thanks,

Steve.


Link: http://www.fltk.org/str.php?L2768
Version: 1.3.0

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to