diff options
| author | Manolo Gouy <Manolo> | 2015-06-11 15:54:04 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-06-11 15:54:04 +0000 |
| commit | 0a16c93a426cdda9e2345bced0486fee75dad523 (patch) | |
| tree | 4ff9c81233e174b672845fb46c66d58fbe4391b4 /src | |
| parent | 2d23313b4e28e4ac65f32be22e84d434fd57228b (diff) | |
Fixed Doxygen doc of Fl_Native_File_Chooser::USE_FILTER_EXT option.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10749 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Native_File_Chooser_FLTK.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser_FLTK.cxx b/src/Fl_Native_File_Chooser_FLTK.cxx index 769dfac1c..1228a5447 100644 --- a/src/Fl_Native_File_Chooser_FLTK.cxx +++ b/src/Fl_Native_File_Chooser_FLTK.cxx @@ -90,7 +90,7 @@ int Fl_Native_File_Chooser::type() const { return _x11_file_chooser->type(); } NEW_FOLDER Shows the 'New Folder' button. Ignored Used Used PREVIEW Enables the 'Preview' mode by default. Ignored Ignored Used SAVEAS_CONFIRM Confirm dialog if BROWSE_SAVE_FILE file exists. Used Used Used - USE_FILTER_EXT Chooser filter pilots the output file extension. Ignored Used Ignored + USE_FILTER_EXT Chooser filter pilots the output file extension. Ignored Used Used (GTK) \endcode */ void Fl_Native_File_Chooser::options(int o) { _x11_file_chooser->options(o); } |
