diff options
| -rw-r--r-- | src/fl_file_dir.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fl_file_dir.cxx b/src/fl_file_dir.cxx index e9ad97529..26247e4fc 100644 --- a/src/fl_file_dir.cxx +++ b/src/fl_file_dir.cxx @@ -73,8 +73,10 @@ void fl_file_chooser_ok_label(const char *l) { } /** - Shows a file chooser dialog and gets a filename. + Shows a file chooser dialog and gets a filename. + \note \#include <FL/Fl_File_Chooser.H> + \image html Fl_File_Chooser.jpg \image latex Fl_File_Chooser.jpg "Fl_File_Chooser" width=12cm \param[in] message text in title bar |
